V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
LocalAllocationBuffer (const LocalAllocationBuffer &other) | |
LocalAllocationBuffer & | operator= (const LocalAllocationBuffer &other) |
V8_WARN_UNUSED_RESULT AllocationResult | AllocateRawAligned (int size_in_bytes, AllocationAlignment alignment) |
bool | IsValid () |
bool | TryMerge (LocalAllocationBuffer *other) |
bool | TryFreeLast (HeapObject *object, int object_size) |
LinearAllocationArea | Close () |
Static Public Member Functions | |
static LocalAllocationBuffer | InvalidBuffer () |
static LocalAllocationBuffer | FromResult (Heap *heap, AllocationResult result, intptr_t size) |