Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/stdlib/jemalloc/
H A DSymbol.map25 rallocx;
H A DMakefile.inc39 jemalloc.3 rallocx.3 \
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h16 #define je_rallocx JEMALLOC_N(rallocx)
/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h74 # define je_rallocx rallocx
378 # define rallocx je_rallocx macro
H A Djemalloc_FreeBSD.h170 __weak_reference(__rallocx, rallocx);
/freebsd-12.1/include/
H A Dmalloc_np.h93 void *rallocx(void *ptr, size_t size, int flags);
/freebsd-12.1/contrib/jemalloc/
H A DFREEBSD-diffs320 +__weak_reference(__rallocx, rallocx);
H A DChangeLog644 rallocx()/xallocx() functionality was combined as rallocm().
894 mallocx()/rallocx() avoid the strict aliasing pitfall that