Searched refs:sdallocx (Results 1 – 14 of 14) sorted by relevance
/external/jemalloc_new/test/integration/ |
D | sdallocx.c | 8 sdallocx(ptr, 64, 0); in TEST_BEGIN() 40 sdallocx(ps[i], sz, in TEST_BEGIN()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/ |
D | mem.c | 104 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/ |
D | mem.c | 104 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/ |
D | public_namespace.h | 19 #define je_sdallocx JEMALLOC_N(sdallocx)
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_mangle_jet.h | 30 # define sdallocx jet_sdallocx macro
|
D | jemalloc_rename.h | 49 # define je_sdallocx sdallocx
|
D | jemalloc_protos.h.in | 39 JEMALLOC_EXPORT void JEMALLOC_NOTHROW @je_@sdallocx(void *ptr, size_t size,
|
D | jemalloc.h | 361 # define sdallocx je_sdallocx macro
|
/external/jemalloc_new/test/stress/ |
D | microbench.c | 87 sdallocx(p, 1, 0); in malloc_sdallocx()
|
/external/jemalloc_new/test/unit/ |
D | decay.c | 316 sdallocx(p, sz, MALLOCX_TCACHE_NONE); in TEST_BEGIN()
|
/external/jemalloc_new/ |
D | Android.bp | 378 "test/integration/sdallocx.c",
|
D | Makefile.in | 225 $(srcroot)test/integration/sdallocx.c \
|
D | ChangeLog | 72 - sdallocx: only read size info when page aligned (i.e. possibly sampled), 749 - Add sdallocx(), which implements sized deallocation. The primary
|
D | configure.ac | 851 …s_print malloc_usable_size mallocx nallocx posix_memalign rallocx realloc sallocx sdallocx xallocx"
|