Interface TransientBlockAllocator.Allocator<T>
- Enclosing class:
TransientBlockAllocator<T>
public static interface TransientBlockAllocator.Allocator<T>
-
Method Summary
Modifier and TypeMethodDescriptionalloc(long size) static <T> TransientBlockAllocator.Allocator<T> create(LongFunction<T> alloc, Consumer<T> free) void
-
Method Details
-
alloc
-
free
-
create
-