Searched refs:je_sdallocx (Results 1 – 8 of 8) sorted by relevance
| /third_party/ulib/jemalloc/include/jemalloc/ |
| A D | jemalloc_mangle.h | 25 # define sdallocx je_sdallocx 57 # undef je_sdallocx
|
| A D | jemalloc_rename.h | 20 # define je_sdallocx sdallocx macro
|
| A D | jemalloc.h | 74 # define je_sdallocx sdallocx macro 246 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_sdallocx(void *ptr, size_t size, 368 # define sdallocx je_sdallocx 400 # undef je_sdallocx
|
| A D | jemalloc_protos.h | 39 JEMALLOC_EXPORT void JEMALLOC_NOTHROW je_sdallocx(void *ptr, size_t size,
|
| /third_party/ulib/jemalloc/src/ |
| A D | jemalloc_cpp.cpp | 124 je_sdallocx(ptr, size, /*flags=*/0); in operator delete() 132 je_sdallocx(ptr, size, /*flags=*/0); in operator delete[]()
|
| A D | jemalloc.c | 2566 je_sdallocx(void *ptr, size_t size, int flags) in je_sdallocx() function
|
| /third_party/ulib/jemalloc/include/jemalloc/internal/ |
| A D | public_unnamespace.h | 14 #undef je_sdallocx
|
| A D | public_namespace.h | 14 #define je_sdallocx JEMALLOC_N(sdallocx) macro
|
Completed in 12 milliseconds