GCChunk.collect

Deallocate all chunks used by this allocator. Depends on the GC to do the actual collection

  1. void collect(T* t)
  2. void collect(T*[] t)
  3. bool collect(bool all)
    struct GCChunk(T, uint chunkSize)
    bool
    collect
    (
    bool all = true
    )

Meta