slitter 0.1.0

A C- and Rust-callable slab allocator with a focus on safety
Documentation
1
2
3
4
5
6
7
8
#include "span_metadata.h"

size_t
slitter__span_metadata_size(void)
{

	return sizeof(struct span_metadata);
}