OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tc_length
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
central_freelist.h
74
int
tc_length
();
central_freelist.cc
355
int CentralFreeList::
tc_length
() {
tcmalloc.cc
331
const int
tc_length
= Static::central_cache()[cl].
tc_length
();
local
336
r->transfer_bytes += (size *
tc_length
);
337
if (class_count) class_count[cl] = length +
tc_length
;
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/
central_freelist.h
74
int
tc_length
();
tcmalloc.cc
322
const int
tc_length
= Static::central_cache()[cl].
tc_length
();
local
327
r->transfer_bytes += (size *
tc_length
);
328
if (class_count) class_count[cl] = length +
tc_length
;
827
Static::central_cache()[cl].
tc_length
() * class_size;
[
all
...]
central_freelist.cc
359
int CentralFreeList::
tc_length
() {
/external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp
[
all
...]
Completed in 158 milliseconds