Lines Matching defs:HeapSource
101 struct HeapSource { struct
104 size_t targetUtilization;
108 size_t startSize;
112 size_t maximumSize;
122 size_t growthLimit;
126 size_t idealSize;
155 /* True if zygote mode was active when the HeapSource was created. argument
157 bool sawZygote;
162 char *heapBase;
167 size_t heapLength;
195 static bool isSoftLimited(const HeapSource *hs) in isSoftLimited() argument