OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fLastAllocated
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h
606
,
fLastAllocated
(NULL) {
612
fLastAllocated
= fHeap.allocThrow(bytes);
613
return
fLastAllocated
;
619
if (ptr ==
fLastAllocated
) (void)fHeap.unalloc(ptr);
633
void*
fLastAllocated
;
/external/skia/src/core/
SkPictureFlat.h
606
,
fLastAllocated
(NULL) {
612
fLastAllocated
= fHeap.allocThrow(bytes);
613
return
fLastAllocated
;
619
if (ptr ==
fLastAllocated
) (void)fHeap.unalloc(ptr);
633
void*
fLastAllocated
;
Completed in 24 milliseconds