StatsCollector.deallocate

Defined whether or not Allocator.deallocate is defined. Affects per instance: numDeallocate, bytesUsed, and bytesSlack. Affects per call: numDeallocate and bytesContracted.

struct StatsCollector(Allocator, ulong flags = Options.all, ulong perCallFlags = 0)
static if(!(perCallFlags & (Options.numDeallocate | Options.bytesContracted)))
bool
deallocate
(
void[] b
)

Meta