v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
#include <zone.h>
Public Member Functions | |
ZoneSplayTree (Zone *zone) | |
~ZoneSplayTree () | |
Public Member Functions inherited from SplayTree< Config, ZoneAllocationPolicy > | |
SplayTree (ZoneAllocationPolicyallocator=ZoneAllocationPolicy()) | |
~SplayTree () | |
INLINE (void *operator new(size_t size, ZoneAllocationPolicyallocator=ZoneAllocationPolicy())) | |
INLINE (void operator delete(void *p, size_t)) | |
bool | Insert (const Key &key, Locator *locator) |
bool | Find (const Key &key, Locator *locator) |
bool | FindGreatestLessThan (const Key &key, Locator *locator) |
bool | FindGreatest (Locator *locator) |
bool | FindLeastGreaterThan (const Key &key, Locator *locator) |
bool | FindLeast (Locator *locator) |
bool | Move (const Key &old_key, const Key &new_key) |
bool | Remove (const Key &key) |
bool | is_empty () |
void | Splay (const Key &key) |
void | ForEach (Callback *callback) |
Additional Inherited Members | |
Public Types inherited from SplayTree< Config, ZoneAllocationPolicy > | |
typedef Config::Key | Key |
typedef Config::Value | Value |
Protected Member Functions inherited from SplayTree< Config, ZoneAllocationPolicy > | |
void | ResetRoot () |
|
inlineexplicit |
~ZoneSplayTree | ( | ) |
Definition at line 89 of file zone-inl.h.
References SplayTree< Config, AllocationPolicy >::ResetRoot().