...
Pointer to allocated object name. Used for allocations tracking. May be DEF_NULL
.
p_seg
Pointer to segment data from which to allocate memory. Passing DEF_NULL
will allocate memory from the general purpose heap.
size
Size of memory block to allocate, in bytes.
...