Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/malloc/
H A DSymbol.map22 xallocx;
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h21 #define je_xallocx JEMALLOC_N(xallocx)
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h82 # define je_xallocx xallocx
394 # define xallocx je_xallocx macro
H A Djemalloc_FreeBSD.h175 __weak_reference(__xallocx, xallocx);
/freebsd/lib/libc/stdlib/malloc/jemalloc/
H A DMakefile.inc38 jemalloc.3 xallocx.3 \
/freebsd/include/
H A Dmalloc_np.h96 size_t xallocx(void *ptr, size_t size, size_t extra, int flags);
/freebsd/contrib/jemalloc/
H A DChangeLog727 This bugfix release fixes another xallocx() regression. No other regressions
733 - Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large
739 This bugfix release continues the trend of xallocx() and heap profiling fixes.
742 - Fix xallocx(..., MALLOCX_ZERO) to zero all trailing bytes of large
744 - Fix xallocx(..., MALLOCX_ZERO) to zero trailing bytes of huge allocations
757 allocations. xallocx() is in general incapable of moving small allocations,
767 refactoring required to address deep xallocx() problems. As a side effect of
768 these fixes, xallocx() now tries harder to partially fulfill requests for
780 rallocx()/xallocx() functionality was combined as rallocm().
788 - Fix xallocx() bugs related to size+extra exceeding HUGE_MAXCLASS.
H A DFREEBSD-diffs336 +__weak_reference(__xallocx, xallocx);