OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VG_Z_LIBSTDCXX_SONAME
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c
269
ALLOC_or_NULL(
VG_Z_LIBSTDCXX_SONAME
, malloc, malloc);
286
ALLOC_or_BOMB(
VG_Z_LIBSTDCXX_SONAME
, builtin_new, __builtin_new);
288
ALLOC_or_BOMB(
VG_Z_LIBSTDCXX_SONAME
, __builtin_new, __builtin_new);
292
ALLOC_or_BOMB(
VG_Z_LIBSTDCXX_SONAME
, _Znwj, __builtin_new);
298
ALLOC_or_BOMB(
VG_Z_LIBSTDCXX_SONAME
, _Znwm, __builtin_new);
306
//ALLOC_or_BOMB(
VG_Z_LIBSTDCXX_SONAME
, _Znwj, __builtin_new);
311
//ALLOC_or_BOMB(
VG_Z_LIBSTDCXX_SONAME
, _Znwm, __builtin_new);
323
ALLOC_or_NULL(
VG_Z_LIBSTDCXX_SONAME
, _ZnwjRKSt9nothrow_t, __builtin_new);
329
ALLOC_or_NULL(
VG_Z_LIBSTDCXX_SONAME
, _ZnwmRKSt9nothrow_t, __builtin_new);
337
//ALLOC_or_NULL(
VG_Z_LIBSTDCXX_SONAME
, _ZnwjRKSt9nothrow_t, __builtin_new)
[
all
...]
/external/valgrind/main/include/
pub_tool_redir.h
260
#define
VG_Z_LIBSTDCXX_SONAME
libstdcZpZpZa // libstdc++*
Completed in 311 milliseconds