Skip to content

theseyan/mimalloc.zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mimalloc.zig

A simple implementation of Zig's std.mem.Allocator interface over the excellent mimalloc by Microsoft.

Usage

const mimalloc = @import("mimalloc").Allocator{};
const allocator = mimalloc.allocator();

// Use `allocator` here...

Tests

Run the tests:

zig build test

About

Simple Zig Allocator interface over mimalloc.

Topics

Resources

License

Stars

Watchers

Forks

Languages