Does anyone have a tutorial for writing Custom Allocators and Memory Pools for std::vectors and Objects?
Basically I've looked at placement new and I want to know how I can force vectors to use this with my shared memory pointers.
I'm thinking writing a class for it might be much easier but I cannot find tutorials on it. It's so that I can place vectors themselves within my MappedMemory and Objects too.