HomeSort by relevance Sort by last modified time
    Searched defs:max_object_size (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/gperftools/
malloc_extension.h 321 size_t max_object_size; member in struct:MallocExtension::FreeListInfo
327 // list can satisfy ([min_object_size, max_object_size]) and the
343 // kint64max for max_object_size. Bytes in
  /external/chromium_org/third_party/tcmalloc/vendor/src/gperftools/
malloc_extension.h 334 size_t max_object_size; member in struct:MallocExtension::FreeListInfo
340 // list can satisfy ([min_object_size, max_object_size]) and the
356 // kint64max for max_object_size. Bytes in
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.c 142 size_t max_object_size = MAX (sizeof (wint_t), sizeof (Idx));
143 if (BE (SIZE_MAX / max_object_size < new_buf_len, 0))
141 size_t max_object_size = MAX (sizeof (wint_t), sizeof (Idx)); local
1416 size_t max_object_size = local
    [all...]
regcomp.c 865 size_t max_object_size =
881 if (BE (SIZE_MAX / max_object_size / 2 <= pat_len, 0))
860 size_t max_object_size = local
    [all...]
regexec.c 4199 size_t max_object_size = local
    [all...]

Completed in 99 milliseconds