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