Searched defs:is_mmap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.h217 bool is_mmap; member in struct:DeepHeapProfile::MemoryInfoGetterLinux::State
249 bool is_mmap; // True if the bucket represents a mmap region member in struct:DeepHeapProfile::DeepBucket
269 bool is_mmap);
H A Ddeep-heap-profile.cc581 buffer->AppendString(is_mmap ? "mmap" : "malloc", 0);
632 bool is_mmap) {
637 if (is_mmap) {
669 db->is_mmap = is_mmap;
710 if (!deep_bucket->is_mmap &&
1089 /* is_mmap */ false);
1113 /* is_mmap */ true);
627 Lookup( Bucket* bucket, const std::type_info* type, bool is_mmap) argument

Completed in 999 milliseconds