Searched refs:vg_replacement (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 200 #define ALLOC_or_NULL(soname, fnname, vg_replacement) \ argument 210 v = (void*)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, n ); \ 215 #define ZONEALLOC_or_NULL(soname, fnname, vg_replacement) \ argument 225 v = (void*)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, n ); \ 235 #define ALLOC_or_BOMB(soname, fnname, vg_replacement) \ argument 245 v = (void*)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, n ); \ 400 #define ZONEFREE(soname, fnname, vg_replacement) \ argument 409 (void)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, p ); \ 412 #define FREE(soname, fnname, vg_replacement) \ argument 421 (void)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, p ); \
|