v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
zone.h File Reference
#include "allocation.h"
#include "checks.h"
#include "hashmap.h"
#include "globals.h"
#include "list.h"
#include "splay-tree.h"
Include dependency graph for zone.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  Zone
 
class  ZoneObject
 
struct  ZoneAllocationPolicy
 
class  ZoneList< T >
 
class  BASE_EMBEDDED< Visitor >
 
class  ZoneSplayTree< Config >
 

Namespaces

 v8
 
 v8::internal
 

Typedefs

typedef TemplateHashMapImpl
< ZoneAllocationPolicy > 
ZoneHashMap
 

Enumerations

enum  ZoneScopeMode { DELETE_ON_EXIT, DONT_DELETE_ON_EXIT }