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