Embedded Artistry libmemory
Memory library for embedded systems (malloc and friends)
|
Go to the source code of this file.
Functions | |
__attribute__ ((weak)) | |
void * | malloc (size_t __attribute__((unused)) size) |
void | free (void *__attribute__((unused)) ptr) |
__attribute__ | ( | (weak) | ) |
Definition at line 12 of file malloc_assert.c.
void free | ( | void *__attribute__((unused)) | ptr | ) |
Definition at line 23 of file malloc_assert.c.
Referenced by aligned_free().
void* malloc | ( | size_t __attribute__((unused)) | size | ) |
Definition at line 17 of file malloc_assert.c.
Referenced by aligned_malloc().