Skip to content

binarez/nsmem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

namespace mem { C++ memory management library }

An experimental C++ memory allocation library.

// Looking for collaborators. Some of the code is bad because I worked on it over many years and it's a library for experimenting. It works pretty good but some of the allocators are incomplete or untested. The bad code is not too big, I will refactor it eventually.

nsmem

  • Multiple allocators
  • Polymorphic allocator
  • Fences
  • Logging
  • Leak detection

About

namespace mem { C++ memory management library }

Resources

License

Unknown, BSL-1.0 licenses found

Licenses found

Unknown
COPYING
BSL-1.0
LICENSE_1_0.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages