StatsCollector.deallocateAll

Defined only if Allocator.deallocateAll is defined. Affects per instance and per call numDeallocateAll.

  1. bool deallocateAll()
    struct StatsCollector(Allocator, ulong flags = Options.all, ulong perCallFlags = 0)
    static if(__traits(hasMember, Allocator, "deallocateAll"))
    static if(!(perCallFlags & Options.numDeallocateAll))
    bool
    deallocateAll
    ()
  2. bool deallocateAll()

Meta