OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fallocations
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/animator/
SkDisplayable.cpp
28
SkTDDisplayableArray SkDisplayable::
fAllocations
;
36
*
fAllocations
.append() = this;
44
int index =
fAllocations
.find(this);
46
fAllocations
.remove(index);
SkDisplayable.h
109
static SkTDDisplayableArray
fAllocations
;
SkAnimator.cpp
664
if (SkDisplayable::
fAllocations
.count() == 0)
667
SkDebugf("!!! leaked %d displayables:\n", SkDisplayable::
fAllocations
.count());
668
for (SkDisplayable** leak = SkDisplayable::
fAllocations
.begin(); leak < SkDisplayable::
fAllocations
.end(); leak++)
Completed in 105 milliseconds