ref: e90bf70b0d7167166a3c84e4f3e9277ce4a7e97a
dir: /internal.h/
/* alloc */ void *emalloc(ulong); void *erealloc(void*, ulong); Memimage *eallocmemimage(Rectangle, ulong); /* fb */ Framebuf *mkfb(Rectangle); void rmfb(Framebuf*); Framebufctl *mkfbctl(Rectangle); void rmfbctl(Framebufctl*); /* render */ void shade(Framebuf*, OBJ*, Memimage*, Shader*, ulong); /* util */ int min(int, int); int max(int, int); void memsetd(double*, double, usize); /* nanosec */ uvlong nanosec(void);