chunk.deallocate

deallocate a T*, send it to the free list

returns true if this chunk no longer has any used elements.

struct chunk
bool
deallocate
(
T* t
)

Meta