V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Member Functions | |
Zone (AccountingAllocator *allocator, const char *name, SegmentSize segment_size=SegmentSize::kDefault) | |
void * | New (size_t size) |
void * | AsanNew (size_t size) |
template<typename T > | |
T * | NewArray (size_t length) |
void | Seal () |
void | ReleaseMemory () |
bool | excess_allocation () const |
const char * | name () const |
size_t | allocation_size () const |
AccountingAllocator * | allocator () const |