Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dpublic_symbols.txt12 sallocx:sallocx
A Dpublic_namespace.h12 #define je_sallocx JEMALLOC_N(sallocx)
/third_party/ulib/jemalloc/test/integration/
A Drallocx.c59 szs[0] = sallocx(p, 0); in TEST_BEGIN()
67 szs[j] = sallocx(q, 0); in TEST_BEGIN()
78 tsz = sallocx(q, 0); in TEST_BEGIN()
124 psz = sallocx(p, 0); in TEST_BEGIN()
135 qsz = sallocx(q, 0); in TEST_BEGIN()
201 sz = sallocx(q, 0); in TEST_BEGIN()
A Dmallocx.c138 rsz = sallocx(p, 0); in TEST_BEGIN()
154 rsz = sallocx(p, 0); in TEST_BEGIN()
192 rsz = sallocx(ps[i], 0); in TEST_BEGIN()
A 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()
/third_party/ulib/jemalloc/test/unit/
A Dzero.c19 for (sz = sallocx(s, 0); sz <= sz_max; in test_zero()
20 sz_prev = sz, sz = sallocx(s, 0)) { in test_zero()
A Djunk.c81 for (sz = sallocx(s, 0); sz <= sz_max; in test_junk()
82 sz_prev = sz, sz = sallocx(s, 0)) { in test_junk()
108 assert_zu_ge(sallocx(t, 0), sz+1, in test_junk()
A Dprof_reset.c269 sz = sallocx(p, 0); in TEST_BEGIN()
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_rename.h18 # define je_sallocx sallocx
A Djemalloc_mangle.h23 # define sallocx je_sallocx macro
A Djemalloc_mangle_jet.h23 # define sallocx jet_sallocx macro
A Djemalloc.h72 # define je_sallocx sallocx
366 # define sallocx je_sallocx macro
A Djemalloc_protos.h.in36 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@sallocx(const void *ptr,
/third_party/ulib/jemalloc/test/stress/
A Dmicrobench.c133 if (sallocx(p, 0) < 1) in malloc_sallocx_free()
/third_party/ulib/jemalloc/
A DINSTALL127 Enable validation code for malloc_usable_size() and sallocx(), which
A Dconfigure.ac699 …calloc posix_memalign aligned_alloc realloc free mallocx rallocx xallocx sallocx dallocx sdallocx …

Completed in 20 milliseconds