OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fBytesAllocated
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/core/
SkVarAlloc.h
39
size_t approxBytesAllocated() const { return
fBytesAllocated
; }
44
size_t
fBytesAllocated
;
SkBitmapHeap.cpp
16
,
fBytesAllocated
(0) {
73
,
fBytesAllocated
(0)
84
,
fBytesAllocated
(0)
100
fBytesAllocated
-= fStorage[i]->
fBytesAllocated
;
103
fBytesAllocated
-= (fStorage.count() * sizeof(SkBitmapHeapEntry));
105
SkASSERT(0 ==
fBytesAllocated
);
182
size_t origBytesAllocated =
fBytesAllocated
;
193
//
fBytesAllocated
properly.
198
if (origBytesAllocated -
fBytesAllocated
>= bytesToFree)
[
all
...]
SkVarAlloc.cpp
23
:
fBytesAllocated
(0)
30
:
fBytesAllocated
(0)
52
fBytesAllocated
+= alloc;
SkBitmapHeap.h
47
size_t
fBytesAllocated
;
184
return
fBytesAllocated
;
291
size_t
fBytesAllocated
;
Completed in 1791 milliseconds