Searched refs:NoLeaks (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
H A Dheap-checker.h125 // Destructor (verifies that some *NoLeaks or *SameHeap method
136 bool NoLeaks() { return DoNoLeaks(DO_NOT_SYMBOLIZE); } function in class:HeapLeakChecker
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() returne
[all...]
/external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
H A Dheap-checker.h125 // Destructor (verifies that some *NoLeaks or *SameHeap method
136 bool NoLeaks() { return DoNoLeaks(DO_NOT_SYMBOLIZE); } function in class:HeapLeakChecker
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() returne
[all...]
/external/chromium_org/third_party/skia/include/animator/
H A DSkAnimator.h472 static bool NoLeaks();
/external/skia/include/animator/
H A DSkAnimator.h472 static bool NoLeaks();
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimator.cpp656 bool SkAnimator::NoLeaks() { function in class:SkAnimator
/external/skia/src/animator/
H A DSkAnimator.cpp656 bool SkAnimator::NoLeaks() { function in class:SkAnimator

Completed in 189 milliseconds