Home
last modified time | relevance | path

Searched refs:xallocx (Results 1 – 11 of 11) sorted by relevance

/src/lib/libc/stdlib/malloc/
H A DSymbol.map22 xallocx;
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h22 #define je_xallocx JEMALLOC_N(xallocx)
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h89 # define je_xallocx xallocx
428 # define xallocx je_xallocx macro
H A Djemalloc_FreeBSD.h181 __weak_reference(__xallocx, xallocx);
/src/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc43 jemalloc.3 xallocx.3 \
/src/include/
H A Dmalloc_np.h96 size_t xallocx(void *ptr, size_t size, size_t extra, int flags);
/src/contrib/jemalloc/include/jemalloc/
H A Djemalloc_protos.h.in35 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@xallocx(void *ptr, size_t size,
/src/contrib/jemalloc/
H A DChangeLog827 This bugfix release fixes another xallocx() regression. No other regressions
833 - Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large
839 This bugfix release continues the trend of xallocx() and heap profiling fixes.
842 - Fix xallocx(..., MALLOCX_ZERO) to zero all trailing bytes of large
844 - Fix xallocx(..., MALLOCX_ZERO) to zero trailing bytes of huge allocations
857 allocations. xallocx() is in general incapable of moving small allocations,
867 refactoring required to address deep xallocx() problems. As a side effect of
868 these fixes, xallocx() now tries harder to partially fulfill requests for
880 rallocx()/xallocx() functionality was combined as rallocm().
888 - Fix xallocx() bugs related to size+extra exceeding HUGE_MAXCLASS.
H A DFREEBSD-diffs336 +__weak_reference(__xallocx, xallocx);
H A DMakefile.in312 $(srcroot)test/integration/xallocx.c
H A Dconfigure.ac1059 …x smallocx_${jemalloc_version_gid} nallocx posix_memalign rallocx realloc sallocx sdallocx xallocx"