/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/jemalloc/test/integration/ |
D | sdallocx.c | 9 sdallocx(ptr, 64, 0); in TEST_BEGIN() 40 sdallocx(ps[i], sz, in TEST_BEGIN()
|
/external/boringssl/src/crypto/ |
D | mem.c | 92 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/ |
D | public_symbols.txt | 14 sdallocx:je_sdallocx
|
D | public_namespace.h | 14 #define je_sdallocx JEMALLOC_N(sdallocx)
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | public_namespace.h | 19 #define je_sdallocx JEMALLOC_N(sdallocx)
|
/external/jemalloc/include/jemalloc/ |
D | jemalloc_mangle_jet.h | 25 # define sdallocx jet_sdallocx macro
|
D | jemalloc_mangle.h | 25 # define sdallocx je_sdallocx macro
|
D | jemalloc.h | 104 # define je_sdallocx sdallocx 369 # define sdallocx je_sdallocx macro
|
D | jemalloc_protos.h.in | 39 JEMALLOC_EXPORT void JEMALLOC_NOTHROW @je_@sdallocx(void *ptr, size_t size,
|
/external/jemalloc_new/include/jemalloc/ |
D | jemalloc_mangle.h | 30 # define sdallocx je_sdallocx macro
|
D | jemalloc_rename.h | 49 # define je_sdallocx sdallocx
|
D | jemalloc_mangle_jet.h | 30 # define sdallocx jet_sdallocx macro
|
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/test/stress/ |
D | microbench.c | 93 sdallocx(p, 1, 0); in malloc_sdallocx()
|
/external/jemalloc_new/test/stress/ |
D | microbench.c | 87 sdallocx(p, 1, 0); in malloc_sdallocx()
|
/external/jemalloc/test/unit/ |
D | decay.c | 159 sdallocx(p, sz, MALLOCX_TCACHE_NONE); in TEST_BEGIN()
|
/external/jemalloc/ |
D | Android.bp | 331 "test/integration/sdallocx.c",
|
D | Makefile.in | 197 $(srcroot)test/integration/sdallocx.c \
|
D | configure.ac | 601 …lign aligned_alloc realloc free mallocx rallocx xallocx sallocx dallocx sdallocx nallocx mallctl m…
|
/external/jemalloc_new/ |
D | Android.bp | 338 "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
|
/external/jemalloc_new/test/unit/ |
D | decay.c | 316 sdallocx(p, sz, MALLOCX_TCACHE_NONE); in TEST_BEGIN()
|