Searched defs:Leaf (Results 1 - 1 of 1) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
H A DTCPageMap.h111 // Leaf node
112 struct Leaf { struct in class:TCMalloc_PageMap2
116 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes
147 Leaf* leaf = reinterpret_cast<Leaf*>((*allocator_)(sizeof(Leaf)));
172 Leaf* l = reader(reinterpret_cast<Leaf*>(root_[i]));
182 visitor.visit(root_[i], sizeof(Leaf));
205 // Leaf nod
206 struct Leaf { struct in class:TCMalloc_PageMap3
[all...]

Completed in 26 milliseconds