Searched refs:ALLOC_or_NULL (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 228 #define ALLOC_or_NULL(soname, fnname, vg_replacement) \ macro 298 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, malloc, malloc); 299 ALLOC_or_NULL(VG_Z_LIBC_SONAME, malloc, malloc); 300 ALLOC_or_NULL(SO_SYN_MALLOC, malloc, malloc); 303 ALLOC_or_NULL(VG_Z_LIBC_SONAME, malloc, malloc); 304 ALLOC_or_NULL(SO_SYN_MALLOC, malloc, malloc); 309 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, malloc, malloc); 310 ALLOC_or_NULL(VG_Z_LIBC_SONAME, malloc, malloc); 311 ALLOC_or_NULL(VG_Z_LIBUMEM_SO_1, malloc, malloc); 312 ALLOC_or_NULL(SO_SYN_MALLOC, malloc, malloc); [all …]
|