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 ); \ 502 #define ZONEFREE(soname, fnname, vg_replacement) \ argument 512 (void)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, p ); \ 515 #define FREE(soname, fnname, vg_replacement) \ argument 524 (void)VALGRIND_NON_SIMD_CALL1( info.tl_##vg_replacement, p ); \
|