johannes-fetz / joengine

Jo Engine is an open source 2D and 3D game engine for the Sega Saturn written in C under MIT license
http://jo-engine.org/
MIT License
205 stars 32 forks source link

Add jo_add_memory_zone() prototype to malloc.h #38

Closed slinga-homebrew closed 3 years ago

slinga-homebrew commented 4 years ago

jo_add_memory_zone() allows the user to increase the size of the heap. I have used it in multiple projects and think others would find it useful. I would recommend adding the prototype to malloc.h and adding doxygen information for the function.

johannes-fetz commented 3 years ago

Done.