Searched refs:large_alloc_threshold (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dtcmalloc.cc997 static int64_t large_alloc_threshold = member in namespace:__anon15612
1038 const int64 threshold = large_alloc_threshold;
1042 large_alloc_threshold = (threshold + threshold/8 < 8ll<<30
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtcmalloc.cc1008 static int64_t large_alloc_threshold = member in namespace:__anon15569
1049 const int64 threshold = large_alloc_threshold;
1053 large_alloc_threshold = (threshold + threshold/8 < 8ll<<30

Completed in 1879 milliseconds