Searched refs:FillProcSelfMaps (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dsysinfo.h231 int FillProcSelfMaps(char buf[], int size, bool* wrote_all);
H A Dsysinfo.cc1102 int FillProcSelfMaps(char buf[], int size, bool* wrote_all) { function in namespace:tcmalloc
1125 // Dump the same data as FillProcSelfMaps reads to fd.
1126 // It seems easier to repeat parts of FillProcSelfMaps here than to
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dsysinfo.h231 int FillProcSelfMaps(char buf[], int size, bool* wrote_all);
H A Dsysinfo.cc943 int FillProcSelfMaps(char buf[], int size, bool* wrote_all) { function in namespace:tcmalloc
966 // Dump the same data as FillProcSelfMaps reads to fd.
967 // It seems easier to repeat parts of FillProcSelfMaps here than to
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dmalloc_extension.cc46 #include "base/sysinfo.h" // for FillProcSelfMaps
66 tcmalloc::FillProcSelfMaps(&((*result)[old_resultlen]), amap_size,
H A Dheap-profile-table.cc77 using tcmalloc::FillProcSelfMaps; // from sysinfo.h
410 map_length += FillProcSelfMaps(buf + map_length, size - map_length, &dummy);
H A Ddeep-heap-profile.cc1106 length = tcmalloc::FillProcSelfMaps(raw_buffer, buffer_size, &wrote_all);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dmalloc_extension.cc46 #include "base/sysinfo.h" // for FillProcSelfMaps
65 tcmalloc::FillProcSelfMaps(&((*result)[old_resultlen]), amap_size,
H A Dheap-profile-table.cc77 using tcmalloc::FillProcSelfMaps; // from sysinfo.h
425 map_length += FillProcSelfMaps(buf + map_length, size - map_length, &dummy);

Completed in 188 milliseconds