OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fHeap
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPathHeap.h
43
SkChunkAlloc
fHeap
;
44
// we just store ptrs into
fHeap
here
SkPictureFlat.h
604
:
fHeap
(minSize)
612
fLastAllocated =
fHeap
.allocThrow(bytes);
617
//
fHeap
can only free a pointer if it was the last one allocated. Otherwise, we'll just
618
// have to wait until
fHeap
is destroyed.
619
if (ptr == fLastAllocated) (void)
fHeap
.unalloc(ptr);
631
SkChunkAlloc
fHeap
;
/external/skia/src/core/
SkPathHeap.h
43
SkChunkAlloc
fHeap
;
44
// we just store ptrs into
fHeap
here
SkPictureFlat.h
604
:
fHeap
(minSize)
612
fLastAllocated =
fHeap
.allocThrow(bytes);
617
//
fHeap
can only free a pointer if it was the last one allocated. Otherwise, we'll just
618
// have to wait until
fHeap
is destroyed.
619
if (ptr == fLastAllocated) (void)
fHeap
.unalloc(ptr);
631
SkChunkAlloc
fHeap
;
/external/chromium_org/third_party/skia/include/core/
SkDataTable.h
173
SkChunkAlloc*
fHeap
;
/external/skia/include/core/
SkDataTable.h
173
SkChunkAlloc*
fHeap
;
Completed in 45 milliseconds