buddy-slab-allocator 0.4.7

Memory allocator with Buddy and Slab allocation
Documentation
1
2
3
4
5
6
use axtest::prelude::*;

#[axtest]
fn buddy_slab_page_constants_and_header_helpers_hold() {
    ax_assert!(crate::slab::slab_page_constants_and_header_helpers_hold_for_test());
}