buddy_alloc icon indicating copy to clipboard operation
buddy_alloc copied to clipboard

A single header buddy memory allocator for C & C++

Results 1 buddy_alloc issues
Sort by recently updated
recently updated
newest added

This [post](https://www.reddit.com/r/C_Programming/comments/1c9ib98/comment/l0o4yxu/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) provides great detail on how to integrate with gcc's malloc attribute and its equivalent functionality in msvc. This could help with some diagnostics and/or optimizations.