Skip to content

mfkiwl/memory_lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Library - Public Domain

This library provides a cross-platform memory allocation library in C11 providing a lock-free implementation of memory allocation and deallocation for projects based on our foundation library.

The latest source code maintained by Mattias Jansson is always available at

https://github.com/mjansson/memory_lib

The foundation library source code maintained by Mattias Jansson is always available at

https://github.com/mjansson/foundation_lib

This library is put in the public domain; you can redistribute it and/or modify it without any restrictions.

About

Lock-free memory allocator

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 55.2%
  • Python 43.4%
  • Other 1.4%