Home
last modified time | relevance | path

Searched refs:sallocx (Results 1 – 25 of 29) sorted by relevance

12

/external/jemalloc/test/integration/
Drallocx.c61 szs[0] = sallocx(p, 0); in TEST_BEGIN()
69 szs[j] = sallocx(q, 0); in TEST_BEGIN()
80 tsz = sallocx(q, 0); in TEST_BEGIN()
126 psz = sallocx(p, 0); in TEST_BEGIN()
137 qsz = sallocx(q, 0); in TEST_BEGIN()
203 sz = sallocx(q, 0); in TEST_BEGIN()
Dmallocx.c141 rsz = sallocx(p, 0); in TEST_BEGIN()
157 rsz = sallocx(p, 0); in TEST_BEGIN()
195 rsz = sallocx(ps[i], 0); in TEST_BEGIN()
Dxallocx.c33 sz = sallocx(p, 0); in TEST_BEGIN()
49 sz = sallocx(p, 0); in TEST_BEGIN()
65 sz = sallocx(p, 0); in TEST_BEGIN()
/external/jemalloc_new/test/integration/
Drallocx.c54 szs[0] = sallocx(p, 0); in TEST_BEGIN()
62 szs[j] = sallocx(q, 0); in TEST_BEGIN()
73 tsz = sallocx(q, 0); in TEST_BEGIN()
117 psz = sallocx(p, 0); in TEST_BEGIN()
128 qsz = sallocx(q, 0); in TEST_BEGIN()
192 sz = sallocx(q, 0); in TEST_BEGIN()
Dmallocx.c128 rsz = sallocx(p, 0); in TEST_BEGIN()
144 rsz = sallocx(p, 0); in TEST_BEGIN()
190 rsz = sallocx(ps[i], 0); in TEST_BEGIN()
Dxallocx.c27 sz = sallocx(p, 0); in TEST_BEGIN()
42 sz = sallocx(p, 0); in TEST_BEGIN()
57 sz = sallocx(p, 0); in TEST_BEGIN()
/external/jemalloc_new/test/unit/
Djunk.c73 for (sz = sallocx(s, 0); sz <= sz_max; in test_junk()
74 sz_prev = sz, sz = sallocx(s, 0)) { in test_junk()
99 assert_zu_ge(sallocx(t, 0), sz+1, in test_junk()
Dzero.c13 for (sz = sallocx(s, 0); sz <= sz_max; in test_zero()
14 sz_prev = sz, sz = sallocx(s, 0)) { in test_zero()
Dprof_reset.c255 sz = sallocx(p, 0); in TEST_BEGIN()
/external/jemalloc/test/unit/
Dzero.c19 for (sz = sallocx(s, 0); sz <= sz_max; in test_zero()
20 sz_prev = sz, sz = sallocx(s, 0)) { in test_zero()
Djunk.c88 for (sz = sallocx(s, 0); sz <= sz_max; in test_junk()
89 sz_prev = sz, sz = sallocx(s, 0)) { in test_junk()
234 s[sallocx(s, 0)] = 0xbb; in TEST_BEGIN()
Dquarantine.c92 s[sallocx(s, 0)] = 0xbb; in TEST_BEGIN()
/external/jemalloc/include/jemalloc/internal/
Dpublic_symbols.txt12 sallocx:je_sallocx
Dpublic_namespace.h12 #define je_sallocx JEMALLOC_N(sallocx)
/external/jemalloc_new/include/jemalloc/internal/
Dpublic_namespace.h18 #define je_sallocx JEMALLOC_N(sallocx)
/external/jemalloc/include/jemalloc/
Djemalloc_mangle_jet.h23 # define sallocx jet_sallocx macro
Djemalloc_mangle.h23 # define sallocx je_sallocx macro
Djemalloc.h102 # define je_sallocx sallocx
367 # define sallocx je_sallocx macro
Djemalloc_protos.h.in36 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@sallocx(const void *ptr,
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h29 # define sallocx je_sallocx macro
Djemalloc_rename.h48 # define je_sallocx sallocx
Djemalloc_mangle_jet.h29 # define sallocx jet_sallocx macro
Djemalloc_protos.h.in36 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@sallocx(const void *ptr,
/external/jemalloc/test/stress/
Dmicrobench.c136 if (sallocx(p, 0) < 1) in malloc_sallocx_free()
/external/jemalloc_new/test/stress/
Dmicrobench.c124 if (sallocx(p, 0) < 1) { in malloc_sallocx_free()

12