Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-calloc.c File Reference

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

Implementation of a mock function for calloc(). More...

#include "mock-calloc.h"
#include "unit_test.h"
Include dependency graph for mock-calloc.c:

Functions

void * __wrap_calloc (size_t num, size_t size)
 

Detailed Description

Implementation of a mock function for calloc().

Function Documentation

◆ __wrap_calloc()

void * __wrap_calloc ( size_t  num,
size_t  size 
)

Mock function for calloc().

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