HomeSort by relevance Sort by last modified time
    Searched refs:MemoryResidenceInfoGetterInterface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 146 class MemoryResidenceInfoGetterInterface {
148 virtual ~MemoryResidenceInfoGetterInterface();
159 // Creates a new platform specific MemoryResidenceInfoGetterInterface.
160 static MemoryResidenceInfoGetterInterface* Create(
166 MemoryResidenceInfoGetterInterface();
171 class MemoryInfoGetterWindows : public MemoryResidenceInfoGetterInterface {
187 // Implements MemoryResidenceInfoGetterInterface for Linux.
188 class MemoryInfoGetterLinux : public MemoryResidenceInfoGetterInterface {
310 const MemoryResidenceInfoGetterInterface* memory_residence_info_getter,
341 const MemoryResidenceInfoGetterInterface* memory_residence_info_getter
    [all...]
deep-heap-profile.cc 284 DeepHeapProfile::MemoryResidenceInfoGetterInterface::
285 MemoryResidenceInfoGetterInterface() {}
287 DeepHeapProfile::MemoryResidenceInfoGetterInterface::
288 ~MemoryResidenceInfoGetterInterface() {}
290 DeepHeapProfile::MemoryResidenceInfoGetterInterface*
291 DeepHeapProfile::MemoryResidenceInfoGetterInterface::Create(
306 MemoryResidenceInfoGetterInterface::Create(pageframe_type)),
767 const MemoryResidenceInfoGetterInterface* memory_residence_info_getter,
817 const MemoryResidenceInfoGetterInterface* memory_residence_info_getter,
    [all...]

Completed in 527 milliseconds