jemalloc/test/include/test
Slobodan Predolac 6054b976ef Collapse arena_inlines_a/b and jemalloc_internal_inlines_b into arena_inlines.h
The split managed one ordering constraint: arena_choose() had to be
defined before arena_choose_maybe_huge() but after the tsd/tcache
inlines it depends on.  After the malloc_dispatch refactor moved the
heaviest tcache-pulling inlines out of arena_inlines_b.h, the
remaining arena-side inlines all belong together.  The merged
arena_inlines.h explicitly includes jemalloc_internal_inlines_a.h
and tcache.h (previously transitively pulled).
2026-06-04 11:32:53 -04:00
..
arena_util.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
bench.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
bgthd.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
btalloc.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
extent_hooks.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
jemalloc_test.h.in Collapse arena_inlines_a/b and jemalloc_internal_inlines_b into arena_inlines.h 2026-06-04 11:32:53 -04:00
jemalloc_test_defs.h.in Don't configure HAVE_SSE2. 2014-10-08 18:18:03 -07:00
math.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
mq.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
mtx.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
nbits.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
san.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-alti.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-params.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-params607.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-params1279.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-params2281.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-params4253.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-params11213.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-params19937.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-params44497.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-params86243.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-params132049.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-params216091.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT-sse2.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
SFMT.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00
sleep.h Restructure and correct sleep utility for testing 2020-01-21 16:51:26 -08:00
test.h Run single subtest from a test file 2026-03-10 18:14:33 -07:00
thd.h Add the prof_sys_thread_name feature in the prof_recent unit test. 2023-05-11 09:10:57 -07:00
timer.h Reformat the codebase with the clang-format 18. 2026-03-10 18:14:33 -07:00