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