Interface MemoryAllocator
- All Known Implementing Classes:
MemoryAllocator.AutoNative, MemoryAllocator.UnPooledHeap, MemoryAllocator.UnPooledNative
public interface MemoryAllocator
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionfindMemory(long minBytes, long maxBytes) booleanisNative()voidreturnMemory(Memory memory)
-
Method Details
-
isNative
boolean isNative() -
findMemory
-
returnMemory
-