StatsCollector.deallocate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool deallocate(void[] b)
  2. bool deallocate(void[] b)
    struct StatsCollector(Allocator, ulong flags = Options.all, ulong perCallFlags = 0)
    static if(!(!(perCallFlags & (Options.numDeallocate | Options.bytesContracted))))
    bool
    deallocate
    (
    string f = __FILE__
    uint n = __LINE__
    )
    (
    void[] b
    )

Meta