Crinit -- Configurable Rootfs Init
mock-realloc.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: MIT
6
#ifndef __MOCK_REALLOC_H__
7
#define __MOCK_REALLOC_H__
8
9
#include <stddef.h>
10
16
void
*
__wrap_realloc
(
void
*ptr,
size_t
size);
// NOLINT(readability-identifier-naming)
17
// Rationale: Naming scheme fixed due to linker wrapping.
18
19
#endif
/* __MOCK_REALLOC_H__ */
__wrap_realloc
void * __wrap_realloc(void *ptr, size_t size)
Definition:
mock-realloc.c:12
test
utest
mocks
mock-realloc.h
Generated by
1.9.1