Class MemoryAllocator.AutoNative
java.lang.Object
ca.spottedleaf.ioutil.buffer.MemoryAllocator.AutoNative
- All Implemented Interfaces:
MemoryAllocator
- Enclosing interface:
MemoryAllocator
-
Nested Class Summary
Nested classes/interfaces inherited from interface MemoryAllocator
MemoryAllocator.AutoNative, MemoryAllocator.UnPooledHeap, MemoryAllocator.UnPooledNative -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionfindMemory(long minBytes, long maxBytes) booleanisNative()voidreturnMemory(Memory memory)
-
Field Details
-
INSTANCE
-
-
Method Details
-
isNative
public boolean isNative()- Specified by:
isNativein interfaceMemoryAllocator
-
findMemory
- Specified by:
findMemoryin interfaceMemoryAllocator
-
returnMemory
- Specified by:
returnMemoryin interfaceMemoryAllocator
-