OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NoLeaks
(Results
1 - 3
of
3
) 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/src/animator/
SkAnimator.cpp
656
bool SkAnimator::
NoLeaks
() {
Completed in 156 milliseconds