haz-alloc-internal 0.0.1

Internal implementation for haz-alloc
Documentation
1
2
3
4
5
6
7
8
use super::*;

#[test]
fn test_classes() {
    for size in SMALL_CLASSES {
        assert_eq!(SMALL_CLASSES[small_class_of(*size)], *size);
    }
}