Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/stdlib/jemalloc/
H A DSymbol.map26 xallocx;
H A DMakefile.inc40 jemalloc.3 xallocx.3 \
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h20 #define je_xallocx JEMALLOC_N(xallocx)
/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h78 # define je_xallocx xallocx
382 # define xallocx je_xallocx macro
H A Djemalloc_FreeBSD.h171 __weak_reference(__xallocx, xallocx);
/freebsd-12.1/include/
H A Dmalloc_np.h94 size_t xallocx(void *ptr, size_t size, size_t extra, int flags);
/freebsd-12.1/contrib/jemalloc/
H A DChangeLog591 This bugfix release fixes another xallocx() regression. No other regressions
597 - Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large
603 This bugfix release continues the trend of xallocx() and heap profiling fixes.
606 - Fix xallocx(..., MALLOCX_ZERO) to zero all trailing bytes of large
608 - Fix xallocx(..., MALLOCX_ZERO) to zero trailing bytes of huge allocations
621 allocations. xallocx() is in general incapable of moving small allocations,
631 refactoring required to address deep xallocx() problems. As a side effect of
632 these fixes, xallocx() now tries harder to partially fulfill requests for
644 rallocx()/xallocx() functionality was combined as rallocm().
652 - Fix xallocx() bugs related to size+extra exceeding HUGE_MAXCLASS.
H A DFREEBSD-diffs321 +__weak_reference(__xallocx, xallocx);