Home | History | Annotate | Download | only in src

Lines Matching refs:max_size_t

485     // TODO - Note that for a e.g. 64-bit size_t, max_size_t may not actually
489 static size_t max_size_t = ~0;
490 if (size > max_size_t - sizeof(MallocBlock)) {