jemalloc/test
Slobodan Predolac 4e903a0a32 Replace ctl mallctl macros with helper functions
The READ/WRITE/READONLY/WRITEONLY/VERIFY_READ/ASSURED_WRITE/MIB_UNSIGNED/
NEITHER_READ_NOR_WRITE/READ_XOR_WRITE macros hid control flow (goto
label_return) inside the mallctl handlers.  Convert them to memcpy-based
helper functions.

Add error-path tests for the converted handlers and direct unit tests for
the helpers
2026-06-06 10:01:00 -04:00
..
analyze Revert PR #2608: Manually revert commits 70c94d..f9c0b5 2026-03-10 18:14:33 -07:00
include/test Collapse arena_inlines_a/b and jemalloc_internal_inlines_b into arena_inlines.h 2026-06-04 11:32:53 -04:00
integration Replace experimental_infallible_new with compile-time flag 2026-06-06 09:50:37 -04:00
src Remove safety check abort mallctl 2026-06-02 13:24:23 -04:00
stress Remove batch_alloc API 2026-05-22 23:34:10 -07:00
unit Replace ctl mallctl macros with helper functions 2026-06-06 10:01:00 -04:00
test.sh.in Speculative fix for Windows tasks that sometime fail on aligned_alloc 2026-06-02 13:24:23 -04:00