chunk.deallocate

deallocate a V*, send it to the free list

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

struct chunk
bool
deallocate
(
V* v
)

Meta