ApertureOS
Functions | Variables
bootstrap_mem_pool.c File Reference
#include "bootstrap_mem_pool.h"
#include "managers.h"
Include dependency graph for bootstrap_mem_pool.c:

Functions

uint32_t bootstrap_Initialize ()
 
void bootstrap_callback (uint32_t res)
 
uint8_t bootstrap_messageHandler (Message *msg)
 
void bootstrap_setup ()
 
void * bootstrap_malloc (size_t size)
 

Variables

uint8_t mem_pool [BOOTSTRAP_MEM_POOL]
 
uint32_t pos = 0
 
SystemDatabtstrp_sys = NULL
 

Function Documentation

void bootstrap_callback ( uint32_t  res)
uint32_t bootstrap_Initialize ( )
void* bootstrap_malloc ( size_t  size)
uint8_t bootstrap_messageHandler ( Message msg)
void bootstrap_setup ( )

Variable Documentation

SystemData* btstrp_sys = NULL
uint8_t mem_pool[BOOTSTRAP_MEM_POOL]
uint32_t pos = 0