I was wondering about the possibility of the introduction of memory allocation hooks so that we can provide our own versions of malloc/realloc/free that will be used instead by the library?
If this is currently possible I am not aware of it, so feel free to let me know how
Otherwise I think this would be very useful - our use of Magic Particles is very heavy throughout our application, and we are seeing many small/frequent allocations that look like could really benefit from some type of small block allocation scheme to keep memory fragmentation under control.