Home
last modified time | relevance | path

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

12

/external/jemalloc_new/test/integration/
Dsdallocx.c8 sdallocx(ptr, 64, 0); in TEST_BEGIN()
40 sdallocx(ps[i], sz, in TEST_BEGIN()
/external/jemalloc/test/integration/
Dsdallocx.c9 sdallocx(ptr, 64, 0); in TEST_BEGIN()
40 sdallocx(ps[i], sz, in TEST_BEGIN()
/external/boringssl/src/crypto/
Dmem.c92 void sdallocx(void *ptr, size_t size, int flags);
98 void sdallocx(void *ptr, size_t size, int flags) { in sdallocx() function
124 sdallocx(ptr, size + OPENSSL_MALLOC_PREFIX, 0 /* flags */); in OPENSSL_free()
/external/jemalloc/include/jemalloc/internal/
Dpublic_symbols.txt14 sdallocx:je_sdallocx
Dpublic_namespace.h14 #define je_sdallocx JEMALLOC_N(sdallocx)
/external/jemalloc_new/include/jemalloc/internal/
Dpublic_namespace.h19 #define je_sdallocx JEMALLOC_N(sdallocx)
/external/jemalloc/include/jemalloc/
Djemalloc_mangle_jet.h25 # define sdallocx jet_sdallocx macro
Djemalloc_mangle.h25 # define sdallocx je_sdallocx macro
Djemalloc.h104 # define je_sdallocx sdallocx
369 # define sdallocx je_sdallocx macro
Djemalloc_protos.h.in39 JEMALLOC_EXPORT void JEMALLOC_NOTHROW @je_@sdallocx(void *ptr, size_t size,
/external/jemalloc_new/include/jemalloc/
Djemalloc_mangle.h30 # define sdallocx je_sdallocx macro
Djemalloc_rename.h49 # define je_sdallocx sdallocx
Djemalloc_mangle_jet.h30 # define sdallocx jet_sdallocx macro
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/test/stress/
Dmicrobench.c93 sdallocx(p, 1, 0); in malloc_sdallocx()
/external/jemalloc_new/test/stress/
Dmicrobench.c87 sdallocx(p, 1, 0); in malloc_sdallocx()
/external/jemalloc/test/unit/
Ddecay.c159 sdallocx(p, sz, MALLOCX_TCACHE_NONE); in TEST_BEGIN()
/external/jemalloc/
DAndroid.bp331 "test/integration/sdallocx.c",
DMakefile.in197 $(srcroot)test/integration/sdallocx.c \
Dconfigure.ac601 …lign aligned_alloc realloc free mallocx rallocx xallocx sallocx dallocx sdallocx nallocx mallctl m…
/external/jemalloc_new/
DAndroid.bp338 "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
/external/jemalloc_new/test/unit/
Ddecay.c316 sdallocx(p, sz, MALLOCX_TCACHE_NONE); in TEST_BEGIN()

12