m4drat / memplusplus

C++ memory allocator with smart GC
54 stars 4 forks source link

Add method to allocate memory for arrays + custom deallocator #49

Closed m4drat closed 2 years ago

m4drat commented 2 years ago

Commit 26c759b55 adds support for dynamic arrays using SharedGcPtr