Home
last modified time | relevance | path

Searched refs:mmap_name (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
Dsystem-alloc.cc335 static const char mmap_name[] = "MmapSysAllocator"; variable
599 sdef->SetChildAllocator(mmap, 0, mmap_name); in InitSystemAllocators()
602 sdef->SetChildAllocator(mmap, 0, mmap_name); in InitSystemAllocators()
606 sdef->SetChildAllocator(mmap, 1, mmap_name); in InitSystemAllocators()
/external/chromium_org/third_party/tcmalloc/vendor/src/
Dsystem-alloc.cc192 static const char mmap_name[] = "MmapSysAllocator"; variable
459 sdef->SetChildAllocator(mmap, 0, mmap_name); in InitSystemAllocators()
463 sdef->SetChildAllocator(mmap, 1, mmap_name); in InitSystemAllocators()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devent.c448 const char *filename, *mmap_name; in perf_event__synthesize_kernel_mmap() local
467 mmap_name = machine__mmap_name(machine, name_buff, sizeof(name_buff)); in perf_event__synthesize_kernel_mmap()
492 "%s%s", mmap_name, symbol_name) + 1; in perf_event__synthesize_kernel_mmap()