- Add a new
buddy_get_embed_at
function to get a handle to the allocator when having a pointer to the arena. - Add a new
enum buddy_safe_free_status
that is returned from thebuddy_safe_free
function. It can be used to detect invalid free calls and fail early. - Document the allocator metadata size based on some common arena and smallest allocation block sizes.