ApertureOS
Macros | Functions
bootstrap_mem_pool.h File Reference
#include "types.h"
#include "utils/common.h"
Include dependency graph for bootstrap_mem_pool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOOTSTRAP_MEM_POOL   MB(32)
 

Functions

void bootstrap_setup ()
 
void * bootstrap_malloc (size_t size)
 

Macro Definition Documentation

#define BOOTSTRAP_MEM_POOL   MB(32)

Function Documentation

void* bootstrap_malloc ( size_t  size)
void bootstrap_setup ( )