Working state before pushing to cyu remote
This commit is contained in:
@ -382,6 +382,19 @@
|
||||
# define HAKMEM_UNIFIED_CACHE_STATS_COMPILED 0
|
||||
#endif
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Phase 87: Inline Slots Overflow/Traffic Telemetry (Compile gate)
|
||||
// ------------------------------------------------------------
|
||||
// Inline Slots Overflow Stats: Compile gate (default OFF = compile-out)
|
||||
// Set to 1 for OBSERVE/research builds that need:
|
||||
// - per-class push/pop totals (to prove the path is actually exercised)
|
||||
// - overflow/underflow counts (FULL/EMPTY)
|
||||
//
|
||||
// IMPORTANT: This must be a compile-time flag because the hot-path helpers are header-only.
|
||||
#ifndef HAKMEM_INLINE_SLOTS_OVERFLOW_STATS_COMPILED
|
||||
# define HAKMEM_INLINE_SLOTS_OVERFLOW_STATS_COMPILED 0
|
||||
#endif
|
||||
|
||||
// ------------------------------------------------------------
|
||||
// Phase 29: Pool Hotbox v2 Stats Prune (Compile-out telemetry atomics)
|
||||
// ------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user