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

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
heap-checker.h 125 // Destructor (verifies that some *NoLeaks or *SameHeap method
136 bool NoLeaks() { return DoNoLeaks(DO_NOT_SYMBOLIZE); }
138 // These forms are obsolete; use NoLeaks() instead.
140 bool QuickNoLeaks() { return NoLeaks(); }
141 bool BriefNoLeaks() { return NoLeaks(); }
142 bool SameHeap() { return NoLeaks(); }
143 bool QuickSameHeap() { return NoLeaks(); }
144 bool BriefSameHeap() { return NoLeaks(); }
148 // These are available only after a *SameHeap or *NoLeaks
151 // while SameHeap() or NoLeaks() returned false in cas
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
heap-checker.h 125 // Destructor (verifies that some *NoLeaks or *SameHeap method
136 bool NoLeaks() { return DoNoLeaks(DO_NOT_SYMBOLIZE); }
138 // These forms are obsolete; use NoLeaks() instead.
140 bool QuickNoLeaks() { return NoLeaks(); }
141 bool BriefNoLeaks() { return NoLeaks(); }
142 bool SameHeap() { return NoLeaks(); }
143 bool QuickSameHeap() { return NoLeaks(); }
144 bool BriefSameHeap() { return NoLeaks(); }
148 // These are available only after a *SameHeap or *NoLeaks
151 // while SameHeap() or NoLeaks() returned false in cas
    [all...]
  /external/chromium_org/third_party/skia/include/animator/
SkAnimator.h 472 static bool NoLeaks();
  /external/skia/include/animator/
SkAnimator.h 472 static bool NoLeaks();
  /external/chromium_org/third_party/skia/src/animator/
SkAnimator.cpp 656 bool SkAnimator::NoLeaks() {
  /external/skia/src/animator/
SkAnimator.cpp 656 bool SkAnimator::NoLeaks() {

Completed in 123 milliseconds