Allocating Memory:

Within Heap:

malloc or new

Grow Heap:

brk or sbrk

Map new region into memory:

mmap

Virtual Memory

Check Page Size (bytes)

getconf PAGESIZE in terminal