Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-malloc.h File Reference

(/usr/bin/git 2023-11-27, commit: bad6102)

Header declaring a mock function for malloc(). More...

#include <stddef.h>
Include dependency graph for mock-malloc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * __wrap_malloc (size_t size)
 

Detailed Description

Header declaring a mock function for malloc().

Function Documentation

◆ __wrap_malloc()

void * __wrap_malloc ( size_t  size)

Mock function for malloc().

Checks that the right parameters are given and return a preset pointer.