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
- Host: GitHub
- URL: https://github.com/venkatperi/shm-allocator
- Owner: venkatperi
- Created: 2012-06-16T04:33:28.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-06-16T04:52:52.000Z (almost 13 years ago)
- Last Synced: 2025-03-24T13:17:24.235Z (2 months ago)
- Language: C++
- Size: 189 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.