StatsCollector.allocate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void[] allocate(size_t n)
  2. void[] allocate(size_t bytes)
    struct StatsCollector(Allocator, ulong flags = Options.all, ulong perCallFlags = 0)
    static if(!(!(perCallFlags & (Options.numAllocate | Options.numAllocateOK | Options.bytesAllocated))))
    void[]
    allocate
    (
    string f = __FILE__
    ulong n = __LINE__
    )
    (
    size_t bytes
    )

Meta