#pragma once #include #ifdef __cplusplus extern "C" { #endif void malloc_arena_reset(); void * malloc_arena(uint32_t size); #ifdef __cplusplus } #endif