Explorar el Código

Add comment to smalloc.h

teensy4-core
PaulStoffregen hace 4 años
padre
commit
a5736a3ffd
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. +13
    -0
      teensy4/smalloc.h

+ 13
- 0
teensy4/smalloc.h Ver fichero

@@ -1,3 +1,16 @@
// Including smalloc.h in user programs is NOT RECOMMENDED. The
// contents of this file may change or be removed in future
// Teensyduino.
//
// Only these functions (defined in wiring.h) are intended to be
// used from Arduino sketches and libraries.
//
// void *extmem_malloc(size_t size);
// void extmem_free(void *ptr);
// void *extmem_calloc(size_t nmemb, size_t size);
// void *extmem_realloc(void *ptr, size_t size);


/*
* SMalloc -- a *static* memory allocator.
*

Cargando…
Cancelar
Guardar