RegionAllocator.free

Checks that ptr is a pointer to the block that would be freed by freeLast then calls freeLast. Throws a RegionAllocatorException if the pointer does not point to the block that would be freed by freeLast.

struct RegionAllocator
void
free
(
void* ptr
)

Meta