ARGOBOTS  1.1
Macros
abti_valgrind.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ABTI_VALGRIND_REGISTER_STACK(p_stack, size)
 
#define ABTI_VALGRIND_UNREGISTER_STACK(p_stack)
 

Macro Definition Documentation

◆ ABTI_VALGRIND_REGISTER_STACK

#define ABTI_VALGRIND_REGISTER_STACK (   p_stack,
  size 
)
Value:
do { \
} while (0)

Definition at line 32 of file abti_valgrind.h.

◆ ABTI_VALGRIND_UNREGISTER_STACK

#define ABTI_VALGRIND_UNREGISTER_STACK (   p_stack)
Value:
do { \
} while (0)

Definition at line 35 of file abti_valgrind.h.