OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_memory_steal_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc
64
ThreadCache* ThreadCache::
next_memory_steal_
= NULL;
member in class:tcmalloc::ThreadCache
294
++i,
next_memory_steal_
=
next_memory_steal_
->next_) {
296
if (
next_memory_steal_
== NULL) {
298
next_memory_steal_
= thread_heaps_;
300
if (
next_memory_steal_
== this ||
301
next_memory_steal_
->max_size_ <= kMinThreadCacheSize) {
304
next_memory_steal_
->max_size_ -= kStealAmount;
307
next_memory_steal_
=
next_memory_steal_
->next_
[
all
...]
thread_cache.h
293
static ThreadCache*
next_memory_steal_
;
member in class:tcmalloc::ThreadCache
/external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc
64
ThreadCache* ThreadCache::
next_memory_steal_
= NULL;
member in class:tcmalloc::ThreadCache
288
++i,
next_memory_steal_
=
next_memory_steal_
->next_) {
290
if (
next_memory_steal_
== NULL) {
292
next_memory_steal_
= thread_heaps_;
294
if (
next_memory_steal_
== this ||
295
next_memory_steal_
->max_size_ <= kMinThreadCacheSize) {
298
next_memory_steal_
->max_size_ -= kStealAmount;
301
next_memory_steal_
=
next_memory_steal_
->next_
[
all
...]
thread_cache.h
278
static ThreadCache*
next_memory_steal_
;
member in class:tcmalloc::ThreadCache
Completed in 46 milliseconds