brk is a syscall to allocate memory by extending the size of the heap. By allocating adjacent memory for new data and the address of the prior node, we can link each node of the container to resize if desired.
brk(2) — Linux manual page.
Linux Man Pages
What Does the Brk System Call Do.
Stack Overflow