Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
valgrind.h
1
/*
2
* SPDX-FileCopyrightText: 2025 carl-tud
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
8
#ifdef HAVE_VALGRIND_H
9
# include <valgrind.h>
10
#define VALGRIND_DEBUG DEBUG
11
# elif defined(HAVE_VALGRIND_VALGRIND_H)
12
# include <valgrind/valgrind.h>
13
#define VALGRIND_DEBUG DEBUG
14
#else
15
# define VALGRIND_STACK_REGISTER(...) (0)
16
# define VALGRIND_DEBUG(...)
17
#endif
18
19
#ifdef __cplusplus
20
extern
"C"
{}
21
#endif
Generated on Tue Oct 7 2025 21:39:43 by
1.13.2