Home
last modified time | relevance | path

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

/external/jemalloc/test/integration/
Dmallocx.c109 for (sz = 1; sz < MAXSZ; sz = nallocx(sz, 0) + 1) { in TEST_BEGIN()
112 nsz = nallocx(sz, 0); in TEST_BEGIN()
125 nsz = nallocx(sz, MALLOCX_ZERO); in TEST_BEGIN()
156 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN()
Dsdallocx.c30 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN()
Dxallocx.c439 nsz = nallocx(sz+1, flags); in test_zero()
/external/jemalloc/include/jemalloc/internal/
Dpublic_symbols.txt15 nallocx:je_nallocx
Dpublic_namespace.h15 #define je_nallocx JEMALLOC_N(nallocx)
/external/jemalloc/include/jemalloc/
Djemalloc_mangle_jet.h26 # define nallocx jet_nallocx macro
Djemalloc_mangle.h26 # define nallocx je_nallocx macro
Djemalloc_protos.h.in41 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@nallocx(size_t size, int flags)
Djemalloc.h345 # define nallocx je_nallocx macro
/external/jemalloc/test/unit/
Dquarantine.c31 assert_zu_eq(nallocx(SZ, 0), SZ, in TEST_BEGIN()
Djunk.c163 for (shrink_size = size - 1; nallocx(shrink_size, 0) == size; in shrink_size()
Dprof_reset.c274 nsz = nallocx(sz+1, 0); in TEST_BEGIN()
Ddecay.c225 large = nallocx(tcache_max + 1, flags); in TEST_BEGIN()
Dmallctl.c256 qsz = nallocx(psz, 0) + 1; in TEST_BEGIN()
/external/jemalloc/test/src/
Dtest.c76 if (nallocx(1, 0) == 0) { in p_test()
/external/jemalloc/test/stress/
Dmicrobench.c158 if (nallocx(1, 0) < 1) in malloc_nallocx_free()
/external/jemalloc/
Dconfigure.ac517 …gned_alloc realloc free mallocx rallocx xallocx sallocx dallocx sdallocx nallocx mallctl mallctlna…