HomeSort by relevance Sort by last modified time
    Searched refs:ROOT_BITS (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/vendor/src/
pagemap.h 122 static const int ROOT_BITS = 5;
123 static const int ROOT_LENGTH = 1 << ROOT_BITS;
125 static const int LEAF_BITS = BITS - ROOT_BITS;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 325 static const int ROOT_BITS = 5;
326 static const int ROOT_LENGTH = 1 << ROOT_BITS;
328 static const int LEAF_BITS = BITS - ROOT_BITS;

Completed in 68 milliseconds