mdsteele / ziegfried

A general-purpose memory allocator for Zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ziegfried

Ziegfried

Ziegfried ("Zig-free()-d") is a general-purpose memory allocator for the Zig programming language, loosely based on the principles of Hoard: A Scalable Memory Allocator for Multithreaded Applications by Emery D. Berger, Kathryn S. McKinley, Robert D. Blumofe, and Paul R. Wilson, and with some additional influence from Miser - A Dynamically Loadable Memory Allocator for Multi-Threaded Applications by Barry Tannenbaum.

Ziegfried is still under developement.

License

Ziegfried is made available under the MIT License.

About

A general-purpose memory allocator for Zig

License:MIT License


Languages

Language:Zig 100.0%