Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@spaskalev spaskalev released this 23 Sep 06:29
· 4 commits to main since this release
4a97c2c
  • 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 the buddy_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.