Releasing the placement new bufferWhen I tried to do something like [code]my_mempool_free(data)[/code], the program crashed, so this d...
Releasing the placement new bufferSometimes, I need to use placement new instead of new (i.e. just run the constructor without allocat...