|
Crinit -- Configurable Rootfs Init
|
Header declaring a mock function for free(). More...
#include <stdbool.h>

Go to the source code of this file.
Functions | |
| void | __wrap_free (void *ptr) |
| void | __real_free (void *ptr) |
Variables | |
| bool | crinitMockFreeEnabled |
Header declaring a mock function for free().
| void __real_free | ( | void * | ptr | ) |
| void __wrap_free | ( | void * | ptr | ) |
Mock function for free().
If crinitMockFreeEnabled is true then it checks that the right parameters are given. If crinitMockFreeEnabled is false then the call is forwarded to the genuine free method.
|
extern |