Cleanup: Remove Phase E5 ultra fast path comment
Remove obsolete comment line referencing deleted Phase E5 code. The actual code was already removed in 2025-11-27 cleanup. Performance: No change (69.7M ops/s) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@ -31,8 +31,6 @@
|
|||||||
#include "hakmem_prof.h"
|
#include "hakmem_prof.h"
|
||||||
#include "hakmem_trace.h" // Optional USDT (perf) tracepoints
|
#include "hakmem_trace.h" // Optional USDT (perf) tracepoints
|
||||||
|
|
||||||
// Phase E5: Ultra fast path - REMOVED (dead code cleanup 2025-11-27)
|
|
||||||
|
|
||||||
extern uint64_t g_bytes_allocated; // from hakmem_tiny_superslab.c
|
extern uint64_t g_bytes_allocated; // from hakmem_tiny_superslab.c
|
||||||
|
|
||||||
// Tiny allocator configuration, debug counters, and return helpers
|
// Tiny allocator configuration, debug counters, and return helpers
|
||||||
|
|||||||
Reference in New Issue
Block a user