Searched refs:nallocx (Results 1 – 17 of 17) sorted by relevance
/external/jemalloc/test/integration/ |
D | mallocx.c | 109 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()
|
D | sdallocx.c | 30 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN()
|
D | xallocx.c | 439 nsz = nallocx(sz+1, flags); in test_zero()
|
/external/jemalloc/include/jemalloc/internal/ |
D | public_symbols.txt | 15 nallocx:je_nallocx
|
D | public_namespace.h | 15 #define je_nallocx JEMALLOC_N(nallocx)
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_mangle_jet.h | 26 # define nallocx jet_nallocx macro
|
D | jemalloc_mangle.h | 26 # define nallocx je_nallocx macro
|
D | jemalloc_protos.h.in | 41 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@nallocx(size_t size, int flags)
|
D | jemalloc.h | 345 # define nallocx je_nallocx macro
|
/external/jemalloc/test/unit/ |
D | quarantine.c | 31 assert_zu_eq(nallocx(SZ, 0), SZ, in TEST_BEGIN()
|
D | junk.c | 163 for (shrink_size = size - 1; nallocx(shrink_size, 0) == size; in shrink_size()
|
D | prof_reset.c | 274 nsz = nallocx(sz+1, 0); in TEST_BEGIN()
|
D | decay.c | 225 large = nallocx(tcache_max + 1, flags); in TEST_BEGIN()
|
D | mallctl.c | 256 qsz = nallocx(psz, 0) + 1; in TEST_BEGIN()
|
/external/jemalloc/test/src/ |
D | test.c | 76 if (nallocx(1, 0) == 0) { in p_test()
|
/external/jemalloc/test/stress/ |
D | microbench.c | 158 if (nallocx(1, 0) < 1) in malloc_nallocx_free()
|
/external/jemalloc/ |
D | configure.ac | 517 …gned_alloc realloc free mallocx rallocx xallocx sallocx dallocx sdallocx nallocx mallctl mallctlna…
|