Guard madvise ENOMEM and stabilize pool/tiny front v3

This commit is contained in:
Moe Charm (CI)
2025-12-09 21:50:15 +09:00
parent e274d5f6a9
commit a905e0ffdd
45 changed files with 3154 additions and 242 deletions

View File

@ -9,6 +9,11 @@
//
// Cold path only - called once at startup.
// Some build configurations expect this hook but do not provide an implementation.
// Provide a no-op stub so that non-debug builds continue to link without optional
// signal-dump support.
static inline void hak_tiny_enable_signal_dump(void) { }
void hak_tiny_init(void) {
if (g_tiny_initialized) return;