Searched refs:xallocx (Results 1 – 11 of 11) sorted by relevance
| /src/lib/libc/stdlib/malloc/ |
| H A D | Symbol.map | 22 xallocx;
|
| /src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/ |
| H A D | public_namespace.h | 22 #define je_xallocx JEMALLOC_N(xallocx)
|
| /src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/ |
| H A D | jemalloc.h | 89 # define je_xallocx xallocx 428 # define xallocx je_xallocx macro
|
| H A D | jemalloc_FreeBSD.h | 181 __weak_reference(__xallocx, xallocx);
|
| /src/lib/libc/stdlib/malloc/jemalloc/ |
| H A D | Makefile.inc | 43 jemalloc.3 xallocx.3 \
|
| /src/include/ |
| H A D | malloc_np.h | 96 size_t xallocx(void *ptr, size_t size, size_t extra, int flags);
|
| /src/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc_protos.h.in | 35 JEMALLOC_EXPORT size_t JEMALLOC_NOTHROW @je_@xallocx(void *ptr, size_t size,
|
| /src/contrib/jemalloc/ |
| H A D | ChangeLog | 827 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 D | FREEBSD-diffs | 336 +__weak_reference(__xallocx, xallocx);
|
| H A D | Makefile.in | 312 $(srcroot)test/integration/xallocx.c
|
| H A D | configure.ac | 1059 …x smallocx_${jemalloc_version_gid} nallocx posix_memalign rallocx realloc sallocx sdallocx xallocx"
|