Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/malloc/
H A DSymbol.map21 rallocx;
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h17 #define je_rallocx JEMALLOC_N(rallocx)
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h78 # define je_rallocx rallocx
390 # define rallocx je_rallocx macro
H A Djemalloc_FreeBSD.h174 __weak_reference(__rallocx, rallocx);
/freebsd/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc37 jemalloc.3 rallocx.3 \
/freebsd/include/
H A Dmalloc_np.h95 void *rallocx(void *ptr, size_t size, int flags);
/freebsd/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
/freebsd/usr.bin/ctlstat/
H A Dctlstat.c533 targdata->targets = rallocx(targdata->targets, in cctl_end_pelement()