OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fHeap
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkPathHeap.cpp
16
SkPathHeap::SkPathHeap() :
fHeap
(kPathCount * sizeof(SkPath)) {
20
:
fHeap
(kPathCount * sizeof(SkPath)) {
25
SkPath* p = (SkPath*)
fHeap
.allocThrow(count * sizeof(SkPath));
45
SkPath* p = (SkPath*)
fHeap
.allocThrow(sizeof(SkPath));
SkPathHeap.h
43
SkChunkAlloc
fHeap
;
44
// we just store ptrs into
fHeap
here
SkDataTable.cpp
143
:
fHeap
(NULL)
151
if (
fHeap
) {
152
SkDELETE(
fHeap
);
153
fHeap
= NULL;
158
if (NULL ==
fHeap
) {
159
fHeap
= SkNEW_ARGS(SkChunkAlloc, (fMinChunkSize));
162
void* dst =
fHeap
->alloc(size, SkChunkAlloc::kThrow_AllocFailType);
177
void* dir =
fHeap
->alloc(count * sizeof(SkDataTable::Dir),
183
chunkalloc_freeproc,
fHeap
));
184
// we have to detach our
fHeap
, since we are giving that to the tabl
[
all
...]
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.cpp
16
SkPathHeap::SkPathHeap() :
fHeap
(kPathCount * sizeof(SkPath)) {
20
:
fHeap
(kPathCount * sizeof(SkPath)) {
25
SkPath* p = (SkPath*)
fHeap
.allocThrow(count * sizeof(SkPath));
45
SkPath* p = (SkPath*)
fHeap
.allocThrow(sizeof(SkPath));
SkPathHeap.h
43
SkChunkAlloc
fHeap
;
44
// we just store ptrs into
fHeap
here
SkDataTable.cpp
143
:
fHeap
(NULL)
151
if (
fHeap
) {
152
SkDELETE(
fHeap
);
153
fHeap
= NULL;
158
if (NULL ==
fHeap
) {
159
fHeap
= SkNEW_ARGS(SkChunkAlloc, (fMinChunkSize));
162
void* dst =
fHeap
->alloc(size, SkChunkAlloc::kThrow_AllocFailType);
177
void* dir =
fHeap
->alloc(count * sizeof(SkDataTable::Dir),
183
chunkalloc_freeproc,
fHeap
));
184
// we have to detach our
fHeap
, since we are giving that to the tabl
[
all
...]
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 32 milliseconds