dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pios_heap.h File Reference
#include <stdlib.h>
#include <stdbool.h>

Go to the source code of this file.

Functions

bool PIOS_heap_malloc_failed_p (void)
 
void * PIOS_malloc_no_dma (size_t size)
 
void * PIOS_malloc (size_t size)
 
void PIOS_free (void *buf)
 
size_t PIOS_heap_get_free_size (void)
 
size_t PIOS_fastheap_get_free_size (void)
 
void PIOS_heap_initialize_blocks (void)
 
void PIOS_heap_increase_size (size_t bytes)
 

Detailed Description

Author
dRonin, http://dRonin.org/, Copyright (C) 2015
Tau Labs, http://taulabs.org, Copyright (C) 2013

Definition in file pios_heap.h.