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