User profile: erezz

User info
User name:erezz
Name:Erez
History
Joined:
Number of posts:2
Latest posts:

Releasing the placement new buffer
When I tried to do something like [code]my_mempool_free(data)[/code], the program crashed, so this d...

Releasing the placement new buffer
Sometimes, I need to use placement new instead of new (i.e. just run the constructor without allocat...