Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/)