IAllocator.empty

Returns Ternary.yes if no memory is currently allocated from this allocator, Ternary.no if some allocations are currently active, or Ternary.unknown if not supported.

interface IAllocator
nothrow
Ternary
empty
()

Meta