Searched defs:SIZE_MAX (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/alloc/
H A DHeapSource.cpp21 #define SIZE_MAX UINT_MAX // TODO: get SIZE_MAX from stdint.h macro
197 /* softLimit will be either SIZE_MAX or the limit for the
200 * heap, a non-SIZE_MAX softLimit should always be the same
371 hs->heaps[0].concurrentStartBytes = SIZE_MAX;
596 hs->softLimit = SIZE_MAX; // no soft limit at first
944 hs->softLimit = SIZE_MAX;
953 // softLimit intentionally left at SIZE_MAX.
1178 hs->softLimit = SIZE_MAX;
1320 heap->concurrentStartBytes = SIZE_MAX;
[all...]

Completed in 1276 milliseconds