Skip to content

Instantly share code, notes, and snippets.

View jerome-leroux's full-sized avatar

Jerome Leroux jerome-leroux

View GitHub Profile
#include <stdio.h>
#include <malloc.h>
#include <errno.h>
// Set this if you want to use the sbrk definition written in this file
//#define OVERRIDE_SBRK
// Platform specific definition:
// Symbols that references the start and the end of the .heap section.
#define HEAP_SECTION_START_SYMBOL _pvHeapStart