Multiple heaps can be useful for isolating memory into multiple areas
that can be used for different purposes, with individual limits.
- Add a config struct (ta_cfg_t, can be declared const)
- Pass config pointer to all tinyalloc functions
Depends on #13.
Multiple heaps can be useful for isolating memory into multiple areas
that can be used for different purposes, with individual limits.
- Add a config struct (ta_cfg_t, can be declared const)
- Pass config pointer to all tinyalloc functions
Depends on #13.