MemoryHeap::HeapDesc::Limit

MemoryHeap::HeapDesc::Limit
UPInt Limit;
Description

If not 0, specifies the limit on the amount of memory used by heap. Any attempt to allocate more will fail returning null. Must be multiple of Granularity.