Skip to content

templeblock/rpmalloc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpmalloc - Rampant Pixels Memory Allocator

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

About

Lock free thread caching memory allocator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.1%
  • C 16.0%
  • Perl 4.5%
  • Python 3.4%
  • Makefile 1.9%
  • M4 1.4%
  • Other 1.7%