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