master
h 14 lines 327 Bytes
Raw
1 // SPDX-License-Identifier: GPL-3.0-or-later
2
3 #ifndef NETDATA_PULSE_TRACE_ALLOCATIONS_H
4 #define NETDATA_PULSE_TRACE_ALLOCATIONS_H
5
6 #include "daemon/common.h"
7
8 #if defined(PULSE_INTERNALS)
9 #ifdef NETDATA_TRACE_ALLOCATIONS
10 void pulse_trace_allocations_do(bool extended);
11 #endif
12 #endif
13
14 #endif //NETDATA_PULSE_TRACE_ALLOCATIONS_H