An open API service indexing awesome lists of open source software.

https://github.com/venkatperi/shm-allocator

Shared Memory Allocator
https://github.com/venkatperi/shm-allocator

Last synced: about 2 months ago
JSON representation

Shared Memory Allocator

Awesome Lists containing this project

README

        

shm-allocator
=============

Shared Memory Allocator

stl allocator - allocates named Windows shared memory for IPC. Implements allocator state.

Based on [MAllocator](http://blogs.msdn.com/b/vcblog/archive/2008/08/28/the-mallocator.aspx)

See [Stack Overflow] questions / discussion.