#ifndef STATIC_ALLOC_H_ #define STATIC_ALLOC_H_ void * static_alloc(uint32_t size); uint32_t static_alloc_used(void); uint32_t next_powerof2(uint32_t value); #endif /*STATIC_ALLOC_H_*/