Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maolonglong/zig-buddy2
đ§ŋ A simple buddy memory allocation library.
https://github.com/maolonglong/zig-buddy2
allocator buddy buddy-system zig
Last synced: 15 days ago
JSON representation
đ§ŋ A simple buddy memory allocation library.
- Host: GitHub
- URL: https://github.com/maolonglong/zig-buddy2
- Owner: maolonglong
- License: mit
- Created: 2023-10-12T16:01:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-07T07:43:57.000Z (about 1 month ago)
- Last Synced: 2024-12-07T08:24:42.078Z (about 1 month ago)
- Topics: allocator, buddy, buddy-system, zig
- Language: Zig
- Homepage: https://chensl.me/buddy/
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Buddy Memory Allocation
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/maolonglong/zig-buddy2/zig.yml?label=ci)](https://github.com/maolonglong/zig-buddy2/actions/workflows/zig.yml)
[![Codecov](https://img.shields.io/codecov/c/github/maolonglong/zig-buddy2/main?logo=codecov)](https://codecov.io/gh/maolonglong/zig-buddy2)A simple buddy memory allocation library.
## Inspired by
- [cloudwu/buddy](https://github.com/cloudwu/buddy)
- [wuwenbin/buddy2](https://github.com/wuwenbin/buddy2)
- [Buddy memory allocation (äŧäŧ´å ååé å¨)](https://blog.codingnow.com/2011/12/buddy_memory_allocation.html)
- [äŧäŧ´åé å¨įä¸ä¸ĒæįŽåŽį°](https://coolshell.org/articles/10427.html/)