Home
last modified time | relevance | path

Searched refs:sdallocx (Results 1 – 14 of 14) sorted by relevance

/external/jemalloc_new/test/integration/
Dsdallocx.c8 sdallocx(ptr, 64, 0); in TEST_BEGIN()
40 sdallocx(ps[i], sz, in TEST_BEGIN()
/external/rust/crates/quiche/deps/boringssl/src/crypto/
Dmem.c104 WEAK_SYMBOL_FUNC(void, sdallocx, (void *ptr, size_t size, int flags));
151 if (sdallocx) { in OPENSSL_free()
152 sdallocx(ptr, size + OPENSSL_MALLOC_PREFIX, 0 /* flags */); in OPENSSL_free()
/external/boringssl/src/crypto/
Dmem.c104 WEAK_SYMBOL_FUNC(void, sdallocx, (void *ptr, size_t size, int flags));
151 if (sdallocx) { in OPENSSL_free()
152 sdallocx(ptr, size + OPENSSL_MALLOC_PREFIX, 0 /* flags */); in OPENSSL_free()
/external/jemalloc_new/include/jemalloc/internal/
Dpublic_namespace.h19 #define je_sdallocx JEMALLOC_N(sdallocx)
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle_jet.h30 # define sdallocx jet_sdallocx macro
Djemalloc_rename.h49 # define je_sdallocx sdallocx
Djemalloc_protos.h.in39 JEMALLOC_EXPORT void JEMALLOC_NOTHROW @je_@sdallocx(void *ptr, size_t size,
Djemalloc.h361 # define sdallocx je_sdallocx macro
/external/jemalloc_new/test/stress/
Dmicrobench.c87 sdallocx(p, 1, 0); in malloc_sdallocx()
/external/jemalloc_new/test/unit/
Ddecay.c316 sdallocx(p, sz, MALLOCX_TCACHE_NONE); in TEST_BEGIN()
/external/jemalloc_new/
DAndroid.bp378 "test/integration/sdallocx.c",
DMakefile.in225 $(srcroot)test/integration/sdallocx.c \
DChangeLog72 - sdallocx: only read size info when page aligned (i.e. possibly sampled),
749 - Add sdallocx(), which implements sized deallocation. The primary
Dconfigure.ac851 …s_print malloc_usable_size mallocx nallocx posix_memalign rallocx realloc sallocx sdallocx xallocx"