Skip to content

jiacai2050/jemalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jemalloc

This is jemalloc packaged for Zig

Installation

Use zig fetch:

zig fetch --save git+https://github.com/allyourcodebase/jemalloc#main

You can then import jemalloc in your build.zig:

const jemalloc = b.dependency("jemalloc", .{
    .target = target,
    .optimize = optimize,
});

your_exe.addIncludePath(jemalloc.path("."));
your_exe.linkLibrary(jemalloc.artifact("jemalloc"));

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published