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