|
Crinit -- Configurable Rootfs Init
|
Implementation of a mock function for free(). More...

Functions | |
| void | __wrap_free (void *ptr) |
Variables | |
| bool | crinitMockFreeEnabled = false |
Implementation of a mock function for free().
| 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.
| bool crinitMockFreeEnabled = false |