Crinit -- Configurable Rootfs Init
|
Header declaring a mock function for malloc(). More...
#include <stddef.h>
Go to the source code of this file.
Functions | |
void * | __wrap_malloc (size_t size) |
Header declaring a mock function for malloc().
void* __wrap_malloc | ( | size_t | size | ) |
Mock function for malloc().
Checks that the right parameters are given and return a preset pointer.