Memory Management
Reserving and releasing heap memory.
_calloc()
_free()
_malloc()
_realloc()
vec_calloc()
vec_free()
vec_malloc()
vec_realloc()