Function Allocator.deallocate

Deallocates a memory block.

abstract bool deallocate (
  void[] p
);

Parameters

NameDescription
p A pointer to the memory block to be freed.

Returns

Whether the deallocation was successful.