HomeSort by: relevance | last modified time | path
    Searched defs:big_size (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
mallctl.c 1106 size_t big_size = 10 * 1024 * 1024; local
1125 ptr = mallocx(big_size, 0);
1128 * The peak should have hit big_size in the last two lines, even though
1135 expect_u64_ge(peak, big_size, "Missed a peak change.");
1137 /* Allocate big_size, but using small allocations. */
1138 size_t nallocs = big_size / small_size;
1181 const size_t big_size = 10 * 1024 * 1024; local
1209 ptr = mallocx(big_size, 0);
1229 ptr = mallocx(big_size, 0);
  /src/external/bsd/jemalloc/dist/test/unit/
mallctl.c 1375 size_t big_size = 10 * 1024 * 1024; local
1394 ptr = mallocx(big_size, 0);
1397 * The peak should have hit big_size in the last two lines, even though
1404 expect_u64_ge(peak, big_size, "Missed a peak change.");
1406 /* Allocate big_size, but using small allocations. */
1407 size_t nallocs = big_size / small_size;
1448 const size_t big_size = 10 * 1024 * 1024; local
1462 ptr = mallocx(big_size, 0);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 2144 uint64_t big_size = sizeof(struct MachO::fat_header) + local
2149 else if (big_size > size)
2193 big_size = OFA.getOffset() + OFA.getSize();
2194 if (big_size > size)
8793 uint64_t big_size; local
8795 big_size = st.nsyms;
8796 big_size *= sizeof(struct MachO::nlist_64);
8797 big_size += st.symoff;
8798 if (big_size > object_size)
8803 big_size = st.nsyms
8840 uint64_t big_size; local
8975 uint64_t big_size; local
10069 uint64_t big_size = ld.dataoff; local
    [all...]

Completed in 21 milliseconds