// Guard page management is handled inline by the slab and large allocation code.
// This module provides utility functions for guard page configuration.
use cratepage_size;
/// Check if guard pages are enabled.
/// Size overhead per slab region from guard pages (before + after).
/// Size overhead per large allocation from guard pages.