OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freelist_length
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.h
80
int
freelist_length
(size_t cl) const { return list_[cl].length(); }
function in class:tcmalloc::ThreadCache
thread_cache.cc
499
class_count[cl] += h->
freelist_length
(cl);
/external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.h
86
int
freelist_length
(size_t cl) const { return list_[cl].length(); }
function in class:tcmalloc::ThreadCache
thread_cache.cc
488
class_count[cl] += h->
freelist_length
(cl);
/external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp
[
all
...]
Completed in 418 milliseconds