Interface MemoryAllocatorFactory
-
- All Known Implementing Classes:
ArenaMemoryAllocatorFactory,SingleMemoryAllocatorFactory
public interface MemoryAllocatorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longallocatorCapacity()Capacity of allocators returned bynewAllocator().MemoryAllocatornewAllocator()Returns a new allocator with capacityallocatorCapacity().
-
-
-
Method Detail
-
newAllocator
MemoryAllocator newAllocator()
Returns a new allocator with capacityallocatorCapacity().
-
allocatorCapacity
long allocatorCapacity()
Capacity of allocators returned bynewAllocator().
-
-