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

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dheap-checker.h105 // Things like GlobalChecker()->SameHeap() can also be called explicitly
125 // Destructor (verifies that some *NoLeaks or *SameHeap method
142 bool SameHeap() { return NoLeaks(); } function in class:HeapLeakChecker
148 // These are available only after a *SameHeap or *NoLeaks
151 // while SameHeap() or NoLeaks() returned false in case
226 // Helper for *NoLeaks and *SameHeap
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dheap-checker.h105 // Things like GlobalChecker()->SameHeap() can also be called explicitly
125 // Destructor (verifies that some *NoLeaks or *SameHeap method
142 bool SameHeap() { return NoLeaks(); } function in class:HeapLeakChecker
148 // These are available only after a *SameHeap or *NoLeaks
151 // while SameHeap() or NoLeaks() returned false in case
226 // Helper for *NoLeaks and *SameHeap

Completed in 225 milliseconds