Searched refs:SIZE_MAX (Results 1 – 2 of 2) sorted by relevance
21 #define SIZE_MAX UINT_MAX // TODO: get SIZE_MAX from stdint.h macro371 hs->heaps[0].concurrentStartBytes = SIZE_MAX; in addInitialHeap()604 hs->softLimit = SIZE_MAX; // no soft limit at first in dvmHeapSourceStartup()952 hs->softLimit = SIZE_MAX; in dvmHeapSourceAllocAndGrow()1186 hs->softLimit = SIZE_MAX; in setSoftLimit()1328 heap->concurrentStartBytes = SIZE_MAX; in dvmHeapSourceGrowForUtilization()
287 if (val <= SIZE_MAX / mul) { in parseMemOption()292 val = SIZE_MAX & ~(1024-1); in parseMemOption()