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