Searched refs:VG_Z_LIBSTDCXX_SONAME (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 262 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, malloc, malloc); 276 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, builtin_new, __builtin_new); 278 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, __builtin_new, __builtin_new); 282 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwj, __builtin_new); 287 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwm, __builtin_new); 296 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwj, __builtin_new); 301 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwm, __builtin_new); 313 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnwjRKSt9nothrow_t, __builtin_new); 318 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnwmRKSt9nothrow_t, __builtin_new); 324 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnwjRKSt9nothrow_t, __builtin_new); [all …]
|
/external/valgrind/tsan/ |
D | ts_valgrind_intercepts.c | 105 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBSTDCXX_SONAME,f)(args); \ 106 ret_ty I_WRAP_SONAME_FNNAME_ZZ(VG_Z_LIBSTDCXX_SONAME,f)(args) 434 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _Znam); 435 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _Znwm); 436 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _Znaj); 437 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _Znwj); 438 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _ZnamRKSt9nothrow_t); 439 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _ZnwmRKSt9nothrow_t); 440 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _ZnajRKSt9nothrow_t); 441 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _ZnwjRKSt9nothrow_t); [all …]
|
/external/valgrind/main/include/ |
D | pub_tool_redir.h | 260 #define VG_Z_LIBSTDCXX_SONAME libstdcZpZpZa // libstdc++* macro
|