BottleBuddy / bottle-buddy-embedded

Bottle Buddy Embedded provides the source code for all the code that lives on the Bottle Buddy device.
0 stars 0 forks source link

Allocate all dynamic memory upon intialization #25

Open j-ka11 opened 3 years ago

j-ka11 commented 3 years ago

Since this code will run on an Arduino microcontroller, it will not have a dedicated operating system to optimize dynamic memory allocation. Thus, we need to create our own class that handles allocating a block of memory and then distributes these blocks to various parts of the pipeline that require allocated memory.