master
Replace EXPECT internal macro to LIKELY/UNLIKELY (refactoring)
Workaround 'GC_clear_stack_inner is defined but unused' cppcheck FP
Update copyright information in alloc.c and other modified files (2025)
Workaround 'has_attribute() and has_feature() are undefined' cppcheck FPs
Avoid affect of GC_ALWAYS_MULTITHREADED on logic of min_bytes_allocd()
Eliminate 'variable can be declared as pointer to const' cppcheck warnings
Support UFFD-based VDB on Linux/aarch64 and Linux/x86_64
Always use task-based threads discovery if DARWIN_PARSE_STACK
Move non-custom update_specific_after_fork logic to thread_local_alloc.h (refactoring)
Enable thread-local allocation for DllMain-based thread registration