ref: aada4866f55485246e4e42f68f7402f022b687a2
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*, Scene*, Shader*); /* util */ int min(int, int); int max(int, int); void memsetd(double*, double, usize); /* nanosec */ uvlong nanosec(void);