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

  /external/chromium_org/tools/memory_watcher/
memory_watcher.cc 27 MemoryWatcher::MemoryWatcher()
40 MemoryWatcher::~MemoryWatcher() {
50 void MemoryWatcher::Hook() {
56 void MemoryWatcher::Unhook() {
63 void MemoryWatcher::OpenLogFile() {
79 void MemoryWatcher::CloseLogFile() {
90 bool MemoryWatcher::LockedRecursionDetected() const {
97 void MemoryWatcher::OnTrack(HANDLE heap, int32 id, int32 size)
    [all...]
memory_watcher.h 5 // MemoryWatcher.
6 // The MemoryWatcher is a library that can be linked into any
23 // The MemoryWatcher installs allocation hooks and monitors
25 class MemoryWatcher : MemoryObserver {
40 MemoryWatcher();
41 virtual ~MemoryWatcher();

Completed in 301 milliseconds