Skip to content

A C++ allocator that frees memory in the module (shared module, executable) it was allocated in

Notifications You must be signed in to change notification settings

trueqbit/modulebound_allocator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

modulebound_allocator

A C++ allocator that frees memory in the module (shared module, executable) it was allocated in.

Useful if you want to pass STL containers between module boundaries, especially on windows when you're linking against the static runtime.

It's a fully STL compliant allocator, and captures ::operator new, ::operator delete and its array counterparts.

About

A C++ allocator that frees memory in the module (shared module, executable) it was allocated in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages