Skip to content

Tags: spaskalev/buddy_alloc

Tags

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: make read_from_internal_position inline (#149)

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Rename functions to avoid shadowing default c++ constructor for structs

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Guard buddy_tree_buddy with BUDDY_EXPERIMENTAL_CHANGE_TRACKING (#135)

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix a bug in the bitset_shift calculations, resulting in a corrupted …

…state after downsizing the allocator (#133)

Closes #128

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add repeated upsizing tests (#129)

* format change: drop tabs

* update gitignore

* add repeated upresizing tests

* Use buddy_can_shrink when testing upsize to detect if any allocation has moved up

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 #119 return a status from buddy_safe_free (#120)

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix a harmless precision warning by msvc (#111)

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use bool in various places (#96)

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make buddy_walk iterate free slots as well (#88)

v0.9

Toggle v0.9's commit message
Update README.md