IAllocator.deallocate

Deallocates a memory block. Implementations that don't support this primitive should always return false. A simple way to check that an allocator supports deallocation is to call deallocate(null).

interface IAllocator
bool
deallocate
(
void[] b
)

Meta