OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unclaimed_cache_space_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc
60
ssize_t ThreadCache::
unclaimed_cache_space_
= kDefaultOverallThreadCacheSize;
member in class:tcmalloc::ThreadCache
128
// Take
unclaimed_cache_space_
negative.
129
unclaimed_cache_space_
-= kMinThreadCacheSize;
130
ASSERT(
unclaimed_cache_space_
< 0);
283
if (
unclaimed_cache_space_
> 0) {
284
// Possibly make
unclaimed_cache_space_
negative.
285
unclaimed_cache_space_
-= kStealAmount;
466
unclaimed_cache_space_
+= heap->max_size_;
490
unclaimed_cache_space_
= overall_thread_cache_size_ - claimed;
thread_cache.h
241
// Increase max_size_ by reducing
unclaimed_cache_space_
or by
306
static ssize_t
unclaimed_cache_space_
;
member in class:tcmalloc::ThreadCache
/external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc
60
ssize_t ThreadCache::
unclaimed_cache_space_
= kDefaultOverallThreadCacheSize;
member in class:tcmalloc::ThreadCache
125
// Take
unclaimed_cache_space_
negative.
126
unclaimed_cache_space_
-= kMinThreadCacheSize;
127
ASSERT(
unclaimed_cache_space_
< 0);
277
if (
unclaimed_cache_space_
> 0) {
278
// Possibly make
unclaimed_cache_space_
negative.
279
unclaimed_cache_space_
-= kStealAmount;
455
unclaimed_cache_space_
+= heap->max_size_;
479
unclaimed_cache_space_
= overall_thread_cache_size_ - claimed;
thread_cache.h
235
// Increase max_size_ by reducing
unclaimed_cache_space_
or by
291
static ssize_t
unclaimed_cache_space_
;
member in class:tcmalloc::ThreadCache
Completed in 4034 milliseconds