Structsยง
- Overflow
Allocator - The
OverflowAllocator
is used to allocate medium sized objects (objects of at leastMEDIUM_OBJECT
bytes 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
.