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

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpagemap.h122 static const int ROOT_BITS = 5; member in class:TCMalloc_PageMap2
123 static const int ROOT_LENGTH = 1 << ROOT_BITS;
125 static const int LEAF_BITS = BITS - ROOT_BITS;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTCPageMap.h98 static const int ROOT_BITS = 5; member in class:TCMalloc_PageMap2
99 static const int ROOT_LENGTH = 1 << ROOT_BITS;
101 static const int LEAF_BITS = BITS - ROOT_BITS;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpagemap.h325 static const int ROOT_BITS = 5; member in class:TCMalloc_PageMap2
326 static const int ROOT_LENGTH = 1 << ROOT_BITS;
328 static const int LEAF_BITS = BITS - ROOT_BITS;

Completed in 467 milliseconds