Searched refs:old_mc (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c536 MC_Chunk* old_mc; local
549 old_mc = VG_(HT_remove) ( MC_(malloc_list), (UWord)p_old );
550 if (old_mc == NULL) {
557 if (MC_AllocMalloc != old_mc->allockind) {
559 tl_assert((Addr)p_old == old_mc->data);
560 record_freemismatch_error ( tid, old_mc );
564 old_szB = old_mc->szB;
636 die_and_free_mem ( tid, old_mc, MC_(Malloc_Redzone_SzB) );
640 Re-insert the old_mc (with the old ptr) in the HT, as old_mc wa
[all...]

Completed in 63 milliseconds