jemalloc/test/integration
Kevin Svetlitski 41e0b857be Make headers self-contained by fixing #includes
Header files are now self-contained, which makes the relationships
between the files clearer, and crucially allows LSP tools like `clangd`
to function correctly in all of our header files. I have verified that
the headers are self-contained (aside from the various Windows shims) by
compiling them as if they were C files – in a follow-up commit I plan to
add this to CI to ensure we don't regress on this front.
2023-07-14 09:06:32 -07:00
..
cpp Fix a bug in C++ integration test. 2022-09-16 15:04:59 -07:00
aligned_alloc.c Darwin malloc_size override support proposal. 2021-10-01 14:32:40 -07:00
allocated.c Make headers self-contained by fixing #includes 2023-07-14 09:06:32 -07:00
extent.c add experimental.arenas_create_ext mallctl 2021-09-24 13:43:18 -07:00
extent.sh
malloc.c Darwin malloc_size override support proposal. 2021-10-01 14:32:40 -07:00
mallocx.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
mallocx.sh
MALLOCX_ARENA.c Make headers self-contained by fixing #includes 2023-07-14 09:06:32 -07:00
overflow.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
posix_memalign.c Darwin malloc_size override support proposal. 2021-10-01 14:32:40 -07:00
rallocx.c Use volatile to workaround buffer overflow false positives. 2022-04-04 12:16:46 -07:00
sdallocx.c
slab_sizes.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
slab_sizes.sh
smallocx.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
smallocx.sh
thread_arena.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
thread_tcache_enabled.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
xallocx.c Change assert_* to expect_* in tests 2020-02-19 16:03:16 -08:00
xallocx.sh