Create a malloc method which accesses a pool reference. Use multiple pools allocated statically. A status check could be created for the pool(s).
The idea however is to force yourself to static allocation. Using smaller pools of memory should isolation failure. This will allow you to keep the code presentation and freedom of dynamic memory.
The idea however is to force yourself to static allocation. Using smaller pools of memory should isolation failure. This will allow you to keep the code presentation and freedom of dynamic memory.
Statistics: Posted by dthacher — Sat Nov 02, 2024 10:54 am