playdar icon indicating copy to clipboard operation
playdar copied to clipboard

Custom alloc/dealloc for SS_ptr

Open RJ opened this issue 15 years ago • 0 comments

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.

RJ avatar Apr 28 '09 17:04 RJ