Searched refs:je_xallocx (Results 1 – 5 of 5) sorted by relevance
| /freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 89 # define je_xallocx xallocx 280 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW je_xallocx(void *ptr, size_t size, 428 # define xallocx je_xallocx 461 # undef je_xallocx 82 # define je_xallocx global() macro
|
| H A D | jemalloc_FreeBSD.h | 120 #undef je_xallocx 142 #define je_xallocx __xallocx 136 #define je_xallocx global() macro
|
| /freebsd/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
| H A D | public_namespace.h | 22 #define je_xallocx JEMALLOC_N(xallocx) 21 #define je_xallocx global() macro
|
| /freebsd/contrib/jemalloc/ |
| H A D | FREEBSD-diffs | 269 +#undef je_xallocx 292 +#define je_xallocx __xallocx 446 + size_t usize = je_xallocx(*ptr, size, extra, flags);
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | jemalloc.c | 3760 je_xallocx(void *ptr, size_t size, size_t extra, int flags) { in je_xallocx() function 4346 size_t usize = je_xallocx(*ptr, size, extra, flags); in je_rallocm()
|