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

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-checker.h 105 // Things like GlobalChecker()->SameHeap() can also be called explicitly
125 // Destructor (verifies that some *NoLeaks or *SameHeap method
142 bool SameHeap() { return NoLeaks(); }
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/
heap-checker.h 105 // Things like GlobalChecker()->SameHeap() can also be called explicitly
125 // Destructor (verifies that some *NoLeaks or *SameHeap method
142 bool SameHeap() { return NoLeaks(); }
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 59 milliseconds