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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpagemap.h123 static const int ROOT_LENGTH = 1 << ROOT_BITS; member in class:TCMalloc_PageMap2
133 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes
165 if (i1 >= ROOT_LENGTH)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTCPageMap.h99 static const int ROOT_LENGTH = 1 << ROOT_BITS; member in class:TCMalloc_PageMap2
109 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes
160 for (int i = 0; i < ROOT_LENGTH; i++) {
172 for (int i = 0; i < ROOT_LENGTH; i++) {
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpagemap.h326 static const int ROOT_LENGTH = 1 << ROOT_BITS; member in class:TCMalloc_PageMap2
336 Leaf* root_[ROOT_LENGTH]; // Pointers to 32 child nodes
368 if (i1 >= ROOT_LENGTH)

Completed in 26 milliseconds