playdar
playdar copied to clipboard
Custom alloc/dealloc for SS_ptr
When plugins need to provide their own specialization of a StreamingStrategy, we want the memory allocated by the main playdar app, and destructed by the main app, to avoid any issues with plugins compiled against older libc then the main app.
We need a way for plugins to create a ss_ptr but the memory for the SS be owned by main app.