diff options
author | ConfuSomu | 2021-02-20 14:17:03 -0500 |
---|---|---|
committer | ConfuSomu | 2021-02-20 14:17:03 -0500 |
commit | 06d5f492eca8e57bc8ce7479ec6149fbc6a15d08 (patch) | |
tree | 6eec7b65d57843cd5ed73baa63a57081d6049ca1 /init.hpp | |
parent | 5686f56e4fad9130ca8f46f3aa3ff36bc41dbeb1 (diff) | |
download | pico-watch-06d5f492eca8e57bc8ce7479ec6149fbc6a15d08.tar pico-watch-06d5f492eca8e57bc8ce7479ec6149fbc6a15d08.tar.gz pico-watch-06d5f492eca8e57bc8ce7479ec6149fbc6a15d08.zip |
Use dynamic allocation of app variables/data
Stop using APPS_DATA. Dynamic allocation allows to avoid having memory
used by unloaded apps, thus giving more memory to running apps. Make
sure to correctly deallocate with `delete` to avoid memory leaks!
Exceptions to allocate memory will have to be handled...
Diffstat (limited to 'init.hpp')
0 files changed, 0 insertions, 0 deletions