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