Searched refs:nallocx (Results 1 – 16 of 16) sorted by relevance
/external/jemalloc_new/test/integration/ |
D | mallocx.c | 120 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()
|
D | sdallocx.c | 29 nsz = nallocx(sz, MALLOCX_ALIGN(alignment) | in TEST_BEGIN()
|
D | xallocx.c | 345 nsz = nallocx(sz+1, flags); in test_zero()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | public_namespace.h | 14 #define je_nallocx JEMALLOC_N(nallocx)
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_mangle_jet.h | 25 # define nallocx jet_nallocx macro
|
D | jemalloc_rename.h | 44 # define je_nallocx nallocx
|
D | jemalloc_protos.h.in | 41 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@nallocx(size_t size, int flags)
|
D | jemalloc.h | 356 # define nallocx je_nallocx macro
|
/external/jemalloc_new/test/unit/ |
D | tsd.c | 130 if (nallocx(1, 0) == 0) { in main()
|
D | retained.c | 104 sz = nallocx(HUGEPAGE, 0); in TEST_BEGIN()
|
D | prof_reset.c | 260 nsz = nallocx(sz+1, 0); in TEST_BEGIN()
|
D | decay.c | 442 large = nallocx(tcache_max + 1, flags); in TEST_BEGIN()
|
D | mallctl.c | 248 qsz = nallocx(psz, 0) + 1; in TEST_BEGIN()
|
/external/jemalloc_new/test/stress/ |
D | microbench.c | 145 if (nallocx(1, 0) < 1) { in malloc_nallocx_free()
|
/external/jemalloc_new/test/src/ |
D | test.c | 124 if (nallocx(1, 0) == 0) { in p_test_impl()
|
/external/jemalloc_new/ |
D | configure.ac | 851 …malloc_conf malloc_message malloc_stats_print malloc_usable_size mallocx nallocx posix_memalign ra…
|