Commit Graph

1 Commits

Author SHA1 Message Date
5a5aaf7514 Cleanup: Reformat super-long line in pool_api.inc.h for readability
Refactored the extremely compressed line 312 (previously 600+ chars) into
properly indented, readable code while preserving identical logic:

- Broke down TLS local freelist spill operation into clear steps
- Added clarifying comment for spill operation
- Improved atomic CAS loop formatting
- No functional changes, only formatting improvements

Performance verified: 16-18M ops/s maintained (same as before)
2025-11-28 17:10:32 +09:00