HomeSort by relevance Sort by last modified time
    Searched refs:max_size_t (Results 1 - 3 of 3) sorted by null

  /external/elfutils/0.153/lib/
fixedsizehash.h 120 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/
debugallocation.cc 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; local
488 if (size > max_size_t - sizeof(MallocBlock)) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
debugallocation.cc 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; local
490 if (size > max_size_t - sizeof(MallocBlock)) {
    [all...]

Completed in 63 milliseconds