public interface MemoryOwner
Modifier and Type | Method and Description |
---|---|
void |
flushMemory()
Flush memory of owner, release memory.
|
long |
memoryOccupancy()
Memory occupancy size of this owner.
|
void |
setMemoryPool(MemorySegmentPool memoryPool)
Set
MemorySegmentPool for the owner. |
void setMemoryPool(MemorySegmentPool memoryPool)
MemorySegmentPool
for the owner.long memoryOccupancy()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.