Skip to content

foldcat/omalloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

* omalloc
  modified [this](https://github.com/jakubtomsu/odin-mimalloc)
  for use on linux and a few (actually just one) tweak to 
  get it compiling

** to use 
   lob the directory in your project

   @code odin
   import mi "mimalloc"

   context.allocator = mi.global_allocator()
   @end

   remember to place the shared object at the 
   root of the directory and change the name in 
   `mimalloc.odin` to match the shared object

*** credits 
    this is a fork of https://github.com/jakubtomsu/odin-mimalloc

About

mimalloc on odin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages