| Package | Description |
|---|---|
| org.terracotta.offheapstore.storage.allocator |
| Modifier and Type | Method and Description |
|---|---|
static PowerOfTwoAllocator.Packing |
PowerOfTwoAllocator.Packing.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
PowerOfTwoAllocator.allocate(int size,
PowerOfTwoAllocator.Packing packing) |
int |
PowerOfTwoAllocator.find(int size,
PowerOfTwoAllocator.Packing packing) |
Copyright © 2015–2024. All rights reserved.