Searched refs:_pt (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_demangle/ |
D | vg_libciface.h | 49 #define free(_pt) VG_(arena_free) (VG_AR_DEMANGLE,(_pt)) argument 53 #define realloc(_cc,_pt,_sz) VG_(arena_realloc)(VG_AR_DEMANGLE,(_cc),(_pt),(_sz)) argument 78 #define xrealloc(_pt,_sz) \ argument 79 VG_(arena_realloc)(VG_AR_DEMANGLE,"m_demangle.xrealloc",(_pt),(_sz))
|