Home | History | Annotate | Download | only in alloc

Lines Matching full:size_max

18 #include <stdint.h>     // for SIZE_MAX
228 /* softLimit will be either SIZE_MAX or the limit for the
231 * heap, a non-SIZE_MAX softLimit should always be the same
393 heap.concurrentStartBytes = SIZE_MAX;
539 hs->softLimit = SIZE_MAX; // no soft limit at first
912 hs->softLimit = SIZE_MAX;
921 // softLimit intentionally left at SIZE_MAX.
1174 hs->softLimit = SIZE_MAX;
1415 heap->concurrentStartBytes = SIZE_MAX;