Searched refs:xallocx (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/libc/stdlib/malloc/ |
H A D | Symbol.map | 22 xallocx;
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | public_namespace.h | 21 #define je_xallocx JEMALLOC_N(xallocx)
|
/freebsd/contrib/jemalloc/include/jemalloc/ |
H A D | jemalloc.h | 82 # define je_xallocx xallocx 394 # define xallocx je_xallocx macro
|
H A D | jemalloc_FreeBSD.h | 175 __weak_reference(__xallocx, xallocx);
|
/freebsd/lib/libc/stdlib/malloc/jemalloc/ |
H A D | Makefile.inc | 38 jemalloc.3 xallocx.3 \
|
/freebsd/include/ |
H A D | malloc_np.h | 96 size_t xallocx(void *ptr, size_t size, size_t extra, int flags);
|
/freebsd/contrib/jemalloc/ |
H A D | ChangeLog | 727 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 D | FREEBSD-diffs | 336 +__weak_reference(__xallocx, xallocx);
|