OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lowmark
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc
253
const int
lowmark
= list->lowwatermark();
local
254
if (
lowmark
> 0) {
255
const int drop = (
lowmark
> 1) ?
lowmark
/2 : 1;
/external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc
247
const int
lowmark
= list->lowwatermark();
local
248
if (
lowmark
> 0) {
249
const int drop = (
lowmark
> 1) ?
lowmark
/2 : 1;
Completed in 38 milliseconds