Home
last modified time | relevance | path

Searched refs:rallocx (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/lib/libc/stdlib/jemalloc/
H A DSymbol.map25 rallocx;
H A DMakefile.inc40 jemalloc.3 rallocx.3 \
/freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h17 #define je_rallocx JEMALLOC_N(rallocx)
/freebsd-13.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h78 # define je_rallocx rallocx
390 # define rallocx je_rallocx macro
H A Djemalloc_FreeBSD.h176 __weak_reference(__rallocx, rallocx);
/freebsd-13.1/include/
H A Dmalloc_np.h97 void *rallocx(void *ptr, size_t size, int flags);
/freebsd-13.1/contrib/jemalloc/
H A DFREEBSD-diffs335 +__weak_reference(__rallocx, rallocx);
H A DChangeLog780 rallocx()/xallocx() functionality was combined as rallocm().
1030 mallocx()/rallocx() avoid the strict aliasing pitfall that