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()596 hs->softLimit = SIZE_MAX; // no soft limit at first in dvmHeapSourceStartup()944 hs->softLimit = SIZE_MAX; in dvmHeapSourceAllocAndGrow()1178 hs->softLimit = SIZE_MAX; in setSoftLimit()1320 heap->concurrentStartBytes = SIZE_MAX; in dvmHeapSourceGrowForUtilization()
284 if (val <= SIZE_MAX / mul) { in parseMemOption()289 val = SIZE_MAX & ~(1024-1); in parseMemOption()