Searched refs:max_size_t (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/0.153/lib/
H A Dfixedsizehash.h120 const size_t max_size_t = ~((size_t) 0); local
122 if (nelems >= (max_size_t / 3) * 2)
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddebugallocation.cc483 // 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; local
488 if (size > max_size_t - sizeof(MallocBlock)) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Ddebugallocation.cc485 // 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; local
490 if (size > max_size_t - sizeof(MallocBlock)) {

Completed in 238 milliseconds