Searched refs:VG_Z_LIBSTDCXX_SONAME (Results 1 - 3 of 3) sorted by relevance
/external/valgrind/coregrind/m_replacemalloc/ |
H A D | vg_replace_malloc.c | 298 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, malloc, malloc); 309 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, malloc, malloc); 321 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, builtin_new, __builtin_new); 323 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, __builtin_new, __builtin_new); 327 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwj, __builtin_new); 333 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwm, __builtin_new); 341 //ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwj, __builtin_new); 346 //ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwm, __builtin_new); 353 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwj, __builtin_new); 358 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znw [all...] |
/external/valgrind/drd/ |
H A D | drd_libstdcxx_intercepts.c | 51 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBSTDCXX_SONAME,zf) argl_decl; \ 52 ret_ty VG_WRAP_FUNCTION_ZZ(VG_Z_LIBSTDCXX_SONAME,zf) argl_decl \
|
/external/valgrind/include/ |
H A D | pub_tool_redir.h | 272 #define VG_Z_LIBSTDCXX_SONAME libstdcZpZpZa // libstdc++* macro
|
Completed in 167 milliseconds