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
20
SkTDDisplayableArray SkDisplayable::
fAllocations
;
28
*
fAllocations
.append() = this;
36
int index =
fAllocations
.find(this);
38
fAllocations
.remove(index);
SkDisplayable.h
101
static SkTDDisplayableArray
fAllocations
;
SkAnimator.cpp
656
if (SkDisplayable::
fAllocations
.count() == 0)
659
SkDebugf("!!! leaked %d displayables:\n", SkDisplayable::
fAllocations
.count());
660
for (SkDisplayable** leak = SkDisplayable::
fAllocations
.begin(); leak < SkDisplayable::
fAllocations
.end(); leak++)
Completed in 194 milliseconds