sbrk - change space allocation (LEGACY)
#include <unistd.h> void *sbrk(intptr_t incr);
Refer to brk().