Embedded Artistry Framework
Embedded Systems C++ Framework
Functions
malloc_assert.c File Reference
#include <assert.h>
#include <malloc.h>
#include <memory.h>
Include dependency graph for malloc_assert.c:

Functions

 __attribute__ ((weak))
 
void * malloc (size_t __attribute__((unused)) size)
 
void free (void *__attribute__((unused)) ptr)
 

Function Documentation

◆ __attribute__()

__attribute__ ( (weak)  )

References assert.

◆ free()

void free ( void *__attribute__((unused))  ptr)

References assert.

◆ malloc()

void* malloc ( size_t __attribute__((unused))  size)

References assert, and NULL.