Home
last modified time | relevance | path

Searched refs:large (Results 1 – 15 of 15) sorted by relevance

/third_party/ulib/jemalloc/src/
A Dstats.c37 bool json, bool large, unsigned i) in stats_arena_bins_print() argument
175 "\t\t\t\t]%s\n", large ? "," : ""); in stats_arena_bins_print()
251 bool json, unsigned i, bool bins, bool large) in stats_arena_print() argument
450 if (large) in stats_arena_print()
790 bool large) in stats_print_helper() argument
868 MALLCTL_ARENAS_ALL, bins, large); in stats_print_helper()
889 MALLCTL_ARENAS_DESTROYED, bins, large); in stats_print_helper()
915 large); in stats_print_helper()
948 bool large = true; in stats_print() local
996 large = false; in stats_print()
[all …]
A Dlarge.c43 ql_tail_insert(&arena->large, extent, ql_link); in large_palloc()
297 ql_remove(&arena->large, extent, ql_link); in large_dalloc_impl()
A Darena.c825 for (extent = ql_last(&arena->large, ql_link); extent != NULL; extent = in arena_reset()
826 ql_last(&arena->large, ql_link)) { in arena_reset()
1739 ql_new(&arena->large); in arena_new()
/third_party/ulib/jemalloc/test/unit/
A Dstats.c73 void *little, *large; in TEST_BEGIN() local
86 large = mallocx((1U << LG_LARGE_MINCLASS), 0); in TEST_BEGIN()
87 assert_ptr_not_null(large, "Unexpected mallocx() failure"); in TEST_BEGIN()
90 dallocx(large, 0); in TEST_BEGIN()
A Ddecay.c208 size_t sz, large; in TEST_BEGIN() local
224 large = nallocx(tcache_max + 1, flags); in TEST_BEGIN()
227 assert_d_eq(mallctl("arenas.lextent.0.size", &large, &sz, NULL, in TEST_BEGIN()
240 ps[i] = mallocx(large, flags); in TEST_BEGIN()
/third_party/ulib/jemalloc/
A Drules.mk25 $(GET_LOCAL_DIR)/src/large.c \
A DChangeLog26 - Fix size class computations for edge conditions involving extremely large
45 configurations, thanks in large part to @glandium setting up continuous
57 - Fix large allocation to search starting in the optimal size class heap,
223 - Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large
232 - Fix xallocx(..., MALLOCX_ZERO) to zero all trailing bytes of large
249 - Fix irallocx_prof_sample() to always allocate large regions, even when
459 - Fix fallback lg_floor() implementations to handle extremely large inputs.
541 - Fix a data race for large allocation stats counters.
547 - Fix growing large reallocation to junk fill new space.
952 - Fix junk filling of large objects, which could cause memory corruption.
[all …]
A DINSTALL198 Disable cache-oblivious large allocation alignment for large allocation
200 large allocations are page-aligned as an implementation artifact, which can
202 comes at the cost of one extra page per large allocation, which in the
A DMakefile.in102 $(srcroot)src/large.c \
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Darena_structs_b.h171 ql_head(extent_t) large;
A Dsize_classes.sh293 * LG_LARGE_MINCLASS: Lg of minimum large size class.
294 * LARGE_MAXCLASS: Maximum (large) size class.
A Djemalloc_internal_defs.h.in237 * If defined, explicitly attempt to more uniformly distribute large allocation
A Djemalloc_internal.h.in802 /* Make sure result is a large size class. */
/third_party/ulib/musl/
A DWHATSNEW377 - support for large limits with setrlimit/getrlimit (even on 32-bit)
388 - spurious mremaps on every realloc of large memory chunks
563 - large (up to a few %) errors in strtod for certain values due to bug
833 - large (up to 60ulp) error in erfcf
879 - avoid filling caller-provided thread stacks with large TLS
936 - support for large device minor numbers (greater than 8 bits)
/third_party/lib/acpica/
A Dchanges.txt1390 iASL: Add check for predefined packages that are too large. For
1392 too large. (Check for too small already exists.)
4434 Split several large files (makefiles and project files updated)
5074 initialization from 16 to 32 bits in order to support very large
5168 table 6-40 in the ACPI 4.0a specification. Also split the large
6505 large.
8983 large
14553 to help guarantee uniqueness within a large BIOS project.
14597 to simply large enough to hold all GPEs up to the largest GPE
15366 result in a large diff, but the change is strictly cosmetic and
[all …]

Completed in 43 milliseconds