ref: bb0648aa26ff0187dfcd632fc82da4a36ce0fd57 dir: /src/libc/arch/posix/_getheap.c/
#include "../../libc.h" void * _getheap(void) { extern char end[]; return end; }