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