Searched refs:vg_replacement (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) \ argument 239 v = (void*)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, n ); \ 244 #define ZONEALLOC_or_NULL(soname, fnname, vg_replacement) \ argument 256 v = (void*)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, n ); \ 266 #define ALLOC_or_BOMB(soname, fnname, vg_replacement) \ argument 277 v = (void*)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, n ); \ 501 #define ZONEFREE(soname, fnname, vg_replacement) \ argument 511 (void)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, p ); \ 514 #define FREE(soname, fnname, vg_replacement) \ argument 523 (void)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, p ); \
|