36#ifndef RUNTIME_STACK_POOLS_H
37#define RUNTIME_STACK_POOLS_H
59 static constexpr size_t STACK_SIZE {imt::base::dff::runtime::STACKPOOL_SIZE};
Holds the internal stack for all executables.
static uint8_t * reserve(size_t const size)
Reserve given size of stack.
static bool hasRemaining(size_t const size)
Checks if given size has enough space.
static constexpr size_t STACK_SIZE
This is a application specific file which is used to configure Imt.Base.Core.Math.