Uses of Class
org.terracotta.offheapstore.storage.allocator.PowerOfTwoAllocator.Packing
-
Packages that use PowerOfTwoAllocator.Packing Package Description org.terracotta.offheapstore.storage.allocator -
-
Uses of PowerOfTwoAllocator.Packing in org.terracotta.offheapstore.storage.allocator
Methods in org.terracotta.offheapstore.storage.allocator that return PowerOfTwoAllocator.Packing Modifier and Type Method Description static PowerOfTwoAllocator.PackingPowerOfTwoAllocator.Packing. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PowerOfTwoAllocator.Packing[]PowerOfTwoAllocator.Packing. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.terracotta.offheapstore.storage.allocator with parameters of type PowerOfTwoAllocator.Packing Modifier and Type Method Description intPowerOfTwoAllocator. allocate(int size, PowerOfTwoAllocator.Packing packing)intPowerOfTwoAllocator. find(int size, PowerOfTwoAllocator.Packing packing)private RegionPowerOfTwoAllocator. findRegion(int size, PowerOfTwoAllocator.Packing packing)Find a region of the given size.
-