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