Infrastructure and build updates
- Update build configuration and flags - Add missing header files and dependencies - Update TLS list implementation with proper scoping - Fix various compilation warnings and issues - Update debug ring and tiny allocation infrastructure - Update benchmark results documentation Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
@ -99,7 +99,7 @@
|
||||
|
||||
// Minimal/strict front variants (bench/debug only)
|
||||
#ifndef HAKMEM_TINY_MINIMAL_FRONT
|
||||
# define HAKMEM_TINY_MINIMAL_FRONT 0
|
||||
# define HAKMEM_TINY_MINIMAL_FRONT 1
|
||||
#endif
|
||||
#ifndef HAKMEM_TINY_STRICT_FRONT
|
||||
# define HAKMEM_TINY_STRICT_FRONT 0
|
||||
|
||||
Reference in New Issue
Block a user