Searched defs:HeapSource (Results 1 – 2 of 2) sorted by relevance
103 struct HeapSource { struct106 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. argument159 bool sawZygote;164 char *heapBase;169 size_t heapLength;[all …]
178 struct HeapSource { struct181 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 …]