Home
last modified time | relevance | path

Searched defs:HeapSource (Results 1 – 2 of 2) sorted by relevance

/dalvik/vm/alloc/
DHeapSource.cpp103 struct HeapSource { struct
106 size_t targetUtilization;
110 size_t startSize;
114 size_t maximumSize;
124 size_t growthLimit;
128 size_t idealSize;
157 /* True if zygote mode was active when the HeapSource was created. argument
159 bool sawZygote;
164 char *heapBase;
169 size_t heapLength;
[all …]
DCopying.cpp178 struct HeapSource { struct
181 u1 *blockBase;
184 size_t totalBlocks;
185 size_t allocBlocks;
191 size_t *blockQueue;
199 size_t baseBlock, limitBlock;
201 size_t queueHead;
202 size_t queueTail;
203 size_t queueSize;
206 char *blockSpace;
[all …]