Home
last modified time | relevance | path

Searched refs:nallocx (Results 1 – 16 of 16) sorted by relevance

/external/jemalloc_new/test/integration/
Dmallocx.c120 for (sz = 1; sz < MAXSZ; sz = nallocx(sz, 0) + 1) { in TEST_BEGIN()
123 nsz = nallocx(sz, 0); in TEST_BEGIN()
138 nsz = nallocx(sz, MALLOCX_ZERO); in TEST_BEGIN()
180 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN()
Dsdallocx.c29 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN()
Dxallocx.c345 nsz = nallocx(sz+1, flags); in test_zero()
/external/jemalloc_new/include/jemalloc/internal/
Dpublic_namespace.h14 #define je_nallocx JEMALLOC_N(nallocx)
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle_jet.h25 # define nallocx jet_nallocx macro
Djemalloc_rename.h44 # define je_nallocx nallocx
Djemalloc_protos.h.in41 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@nallocx(size_t size, int flags)
Djemalloc.h356 # define nallocx je_nallocx macro
/external/jemalloc_new/test/unit/
Dtsd.c130 if (nallocx(1, 0) == 0) { in main()
Dretained.c104 sz = nallocx(HUGEPAGE, 0); in TEST_BEGIN()
Dprof_reset.c260 nsz = nallocx(sz+1, 0); in TEST_BEGIN()
Ddecay.c442 large = nallocx(tcache_max + 1, flags); in TEST_BEGIN()
Dmallctl.c248 qsz = nallocx(psz, 0) + 1; in TEST_BEGIN()
/external/jemalloc_new/test/stress/
Dmicrobench.c145 if (nallocx(1, 0) < 1) { in malloc_nallocx_free()
/external/jemalloc_new/test/src/
Dtest.c124 if (nallocx(1, 0) == 0) { in p_test_impl()
/external/jemalloc_new/
Dconfigure.ac851 …malloc_conf malloc_message malloc_stats_print malloc_usable_size mallocx nallocx posix_memalign ra…