Structsยง
- Overflow
Allocator - The
OverflowAllocatoris used to allocate medium sized objects (objects of at leastMEDIUM_OBJECTbytes size) within the immix space to limit fragmentation in theNormalAllocator.
OverflowAllocator is used to allocate medium sized objects
(objects of at least MEDIUM_OBJECT bytes size) within the immix space to
limit fragmentation in the NormalAllocator.