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