OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__builtin_delete
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/tests/
filter_libc
27
s/(at.*)
__builtin_delete
/$1...operator delete.../;
/external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c
187
__builtin_delete
, calloc, realloc, memalign, and friends.
477
FREE(VG_Z_LIBSTDCXX_SONAME,
__builtin_delete
,
__builtin_delete
);
478
FREE(VG_Z_LIBC_SONAME,
__builtin_delete
,
__builtin_delete
);
480
FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPv,
__builtin_delete
);
481
FREE(VG_Z_LIBC_SONAME, _ZdlPv,
__builtin_delete
);
482
FREE(SO_SYN_MALLOC, _ZdlPv,
__builtin_delete
);
486
//FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPv,
__builtin_delete
);
487
//FREE(VG_Z_LIBC_SONAME, _ZdlPv,
__builtin_delete
);
[
all
...]
/external/valgrind/main/coregrind/
m_tooliface.c
299
void (*
__builtin_delete
) ( ThreadId, void* ),
313
VG_(tdict).tool___builtin_delete =
__builtin_delete
;
/external/valgrind/main/memcheck/
mc_include.h
137
void MC_(
__builtin_delete
) ( ThreadId tid, void* p );
mc_malloc_wrappers.c
395
void MC_(
__builtin_delete
) ( ThreadId tid, void* p )
function
mc_main.c
[
all
...]
Completed in 429 milliseconds