|
ISIX-RTOS - small operating system for ARM microcontrollers 1.2
|
#include <isix/types.h>

Go to the source code of this file.
Namespaces | |
| namespace | isix |
Functions | |
| void * | isix::isix_alloc (size_t size) |
| void | isix::isix_free (void *mem) |
| void | isix::isix_alloc_init (void) |
| Initialize global heap. | |
| size_t | isix::isix_heap_free (int *fragments) |
1.7.3