Home | History | Annotate | Download | only in src

Lines Matching refs:max_size_t

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