Files
hakmem/core
Moe Charm (CI) f0e77a000e Priority-2 ENV Cache: hakmem_tiny.c (3箇所置換)
【置換ファイル】
- core/hakmem_tiny.c (3箇所 → ENV Cache)

【変更詳細】
1. tiny_heap_v2_print_stats():
   - getenv("HAKMEM_TINY_HEAP_V2_STATS") → HAK_ENV_TINY_HEAP_V2_STATS()

2. tiny_alloc_1024_diag_atexit():
   - getenv("HAKMEM_TINY_ALLOC_1024_METRIC") → HAK_ENV_TINY_ALLOC_1024_METRIC()

3. tiny_tls_sll_diag_atexit():
   - getenv("HAKMEM_TINY_SLL_DIAG") → HAK_ENV_TINY_SLL_DIAG()

- #include "hakmem_env_cache.h" 追加

【効果】
- 診断系atexit()関数からgetenv()呼び出しを排除
- 既存ENV変数を利用 (新規追加なし、カウント: 46変数維持)

【テスト】
 make shared → 成功
 /tmp/test_mixed3_final → PASSED

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 20:54:03 +09:00
..
2025-11-11 21:49:05 +09:00