Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
mock-free.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
6#ifndef __MOCK_FREE_H__
7#define __MOCK_FREE_H__
8
14void __wrap_free(void *ptr); // NOLINT(readability-identifier-naming)
15 // Rationale: Naming scheme fixed due to linker wrapping.
16
17#endif /* __MOCK_FREE_H__ */
void __wrap_free(void *ptr)
Definition mock-free.c:12