HPCToolkit
vptr_add.h File Reference

Go to the source code of this file.

Macros

#define VPTR_ADD(vptr, amount)   ((void *)(((char *)(vptr)) + (amount)))
 

Macro Definition Documentation

◆ VPTR_ADD

#define VPTR_ADD (   vptr,
  amount 
)    ((void *)(((char *)(vptr)) + (amount)))

Definition at line 50 of file vptr_add.h.