OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:metadata_unmapped_bytes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/
common.h
251
uint64_t
metadata_unmapped_bytes
();
common.cc
213
uint64_t
metadata_unmapped_bytes
() { return metadata_unmapped_bytes_; }
function in namespace:tcmalloc
tcmalloc.cc
318
uint64_t
metadata_unmapped_bytes
; // Address space reserved for metadata
member in struct:TCMallocStats
346
r->
metadata_unmapped_bytes
= tcmalloc::
metadata_unmapped_bytes
();
376
stats.metadata_bytes - stats.
metadata_unmapped_bytes
;
378
stats.pageheap.unmapped_bytes + stats.
metadata_unmapped_bytes
;
[
all
...]
Completed in 55 milliseconds