StatsCollector.deallocate

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

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

Meta