Searched refs:je_xallocx (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/ |
| D | jemalloc.h | 78 # define je_xallocx xallocx macro 240 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_xallocx(void *ptr, size_t size, 382 # define xallocx je_xallocx 413 # undef je_xallocx
|
| D | jemalloc_FreeBSD.h | 104 #undef je_xallocx 127 #define je_xallocx __xallocx macro
|
| /freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/ |
| D | public_namespace.h | 20 #define je_xallocx JEMALLOC_N(xallocx) macro
|
| /freebsd-12-stable/contrib/jemalloc/ |
| D | FREEBSD-diffs | 254 +#undef je_xallocx 277 +#define je_xallocx __xallocx 404 + size_t usize = je_xallocx(*ptr, size, extra, flags);
|
| /freebsd-12-stable/contrib/jemalloc/src/ |
| D | jemalloc.c | 2818 je_xallocx(void *ptr, size_t size, size_t extra, int flags) { in je_xallocx() function 3190 size_t usize = je_xallocx(*ptr, size, extra, flags); in je_rallocm()
|