ChunkGC.collect

Invoked when clear/reset is called on the host. This is a shortcut to clear everything allocated.

Should return true if supported, or false otherwise. False return will cause a series of discrete collect calls

  1. void collect(T*[] t)
  2. void collect(T* p)
  3. bool collect(bool all)
    struct ChunkGC(T)
    bool
    collect
    (
    bool all = true
    )

Meta