Public domain cross platform lock free thread caching memory allocator
This library provides a cross-platform lock free thread caching malloc implementation in C11. The latest source code is always available at
https://github.com/rampantpixels/rpmalloc
Platforms currently supported:
- Windows
- MacOSX
- iOS
- Linux
- Android
Should be easily portable to any platform with atomic operations and an mmap-style virtual memory management API.
This library is put in the public domain; you can redistribute it and/or modify it without any restrictions.
Created by Mattias Jansson / Rampant Pixels - http://www.rampantpixels.com