Skip to content

Instantly share code, notes, and snippets.

Avatar

jerome-leroux

  • MicroEJ
  • Cambridge MA, USA
View GitHub Profile
View test_malloc.c
#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