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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 220 static const int kMaxReleaseDelay = 1 << 14;
page_heap.cc 347 if (wait > kMaxReleaseDelay) {
349 wait = kMaxReleaseDelay;
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 209 static const int kMaxReleaseDelay = 1 << 20;
page_heap.cc 286 if (wait > kMaxReleaseDelay) {
288 wait = kMaxReleaseDelay;

Completed in 146 milliseconds