Files
mt32-pi/include/kernel.h
Dale Whinham bb8f14f762 Use zone allocator system-wide
Apply a patch to Circle to replace the default heap allocator with the
zone allocator.

Now system allocations, memory obtained through malloc()/new and
FluidSynth all share the same allocator and we no longer have to reserve
an arbitrary fixed-size block for malloc()/new.
2021-10-28 17:11:42 +01:00

1.6 KiB