Changes the amount of space allocated for the data segment of the calling process.
#include <unistd.h>
int brk (
void *endds );
(IN) Points to the address of the break value.
If successful, returns 0. Otherwise, returns -1 and sets errno to one of the following.
The amount of space increase as the break value increases.