Home
last modified time | relevance | path

Searched refs:a_new (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/
Dmc_malloc_wrappers.c428 Addr a_new; in MC_() local
430 a_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_szB); in MC_()
432 if (a_new) { in MC_()
439 MC_(make_mem_noaccess)( a_new-MC_MALLOC_REDZONE_SZB, in MC_()
441 MC_(copy_address_range_state) ( (Addr)p_old, a_new, new_szB ); in MC_()
442 MC_(make_mem_noaccess) ( a_new+new_szB, MC_MALLOC_REDZONE_SZB ); in MC_()
445 VG_(memcpy)((void*)a_new, p_old, new_szB); in MC_()
460 mc = create_MC_Chunk( ec, a_new, new_szB, MC_AllocMalloc ); in MC_()
463 p_new = (void*)a_new; in MC_()
467 Addr a_new; in MC_() local
[all …]