OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:length_overages
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc
212
list->set_length_overages(list->
length_overages
() + 1);
213
if (list->
length_overages
() > kMaxOverages) {
thread_cache.h
183
size_t
length_overages
() const {
function in class:tcmalloc::ThreadCache::FreeList
/external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc
206
list->set_length_overages(list->
length_overages
() + 1);
207
if (list->
length_overages
() > kMaxOverages) {
thread_cache.h
178
size_t
length_overages
() const {
function in class:tcmalloc::ThreadCache::FreeList
Completed in 48 milliseconds