Searched refs:sdallocx (Results 1 – 14 of 14) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | public_symbols.txt | 14 sdallocx:sdallocx
|
| A D | public_namespace.h | 14 #define je_sdallocx JEMALLOC_N(sdallocx)
|
| /third_party/ulib/jemalloc/test/integration/ |
| A D | sdallocx.c | 9 sdallocx(ptr, 64, 0); in TEST_BEGIN() 40 sdallocx(ps[i], sz, in TEST_BEGIN()
|
| /third_party/ulib/uboringssl/crypto/ |
| A D | mem.c | 84 void sdallocx(void *ptr, size_t size, int flags); 90 void sdallocx(void *ptr, size_t size, int flags) { in sdallocx() function 114 sdallocx(ptr, size + OPENSSL_MALLOC_PREFIX, 0 /* flags */); in OPENSSL_free()
|
| /third_party/ulib/jemalloc/include/jemalloc/ |
| A D | jemalloc_rename.h | 20 # define je_sdallocx sdallocx
|
| A D | jemalloc_mangle.h | 25 # define sdallocx je_sdallocx macro
|
| A D | jemalloc_mangle_jet.h | 25 # define sdallocx jet_sdallocx macro
|
| A D | jemalloc.h | 74 # define je_sdallocx sdallocx 368 # define sdallocx je_sdallocx macro
|
| A D | jemalloc_protos.h.in | 39 JEMALLOC_EXPORT void JEMALLOC_NOTHROW @je_@sdallocx(void *ptr, size_t size,
|
| /third_party/ulib/jemalloc/test/stress/ |
| A D | microbench.c | 92 sdallocx(p, 1, 0); in malloc_sdallocx()
|
| /third_party/ulib/jemalloc/test/unit/ |
| A D | decay.c | 152 sdallocx(p, sz, MALLOCX_TCACHE_NONE); in TEST_BEGIN()
|
| /third_party/ulib/jemalloc/ |
| A D | Makefile.in | 212 $(srcroot)test/integration/sdallocx.c \
|
| A D | configure.ac | 699 …lign aligned_alloc realloc free mallocx rallocx xallocx sallocx dallocx sdallocx nallocx mallctl m…
|
| A D | ChangeLog | 375 - Add sdallocx(), which implements sized deallocation. The primary
|
Completed in 22 milliseconds