Interface MemoryAllocator

All Known Implementing Classes:
MemoryAllocator.AutoNative, MemoryAllocator.UnPooledHeap, MemoryAllocator.UnPooledNative

public interface MemoryAllocator
  • Method Details

    • isNative

      boolean isNative()
    • findMemory

      Memory findMemory(long minBytes, long maxBytes)
    • returnMemory

      void returnMemory(Memory memory)