net.minecraft.client.util.memory

public interface Arena$Allocator<T>

com.mojang.renderpearl.backend.util.TransientBlockAllocator$Allocator
net.minecraft.class_1_1022$class_1_1024
net.minecraft.client.util.memory.Arena$Allocator

Method summary

Modifier and TypeMethod
T
alloc(long size)
method_1_6210(long arg0)
alloc(long size)
void
free(T t)
method_1_6212(T arg0)
free(T object)
static <T> Arena$Allocator<T>
create(LongFunction<T> alloc, Consumer<T> free)
method_1_6211(LongFunction<T> arg0, Consumer<T> arg1)
fromFunctions(LongFunction<T> alloc, Consumer<T> free)