multi_heap_get_allocated_size() function
Return the size that a particular pointer was allocated with.
Arguments
heap
Handle to a registered heap.
p
Pointer, must have been previously returned from multi_heap_malloc() or multi_heap_realloc() for the same heap.
Return value
Size of the memory allocated at this block. May be more than the original size argument, due to padding and minimum block sizes.