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

/external/valgrind/main/memcheck/
H A Dmc_malloc_wrappers.c539 SizeT old_szB; local
564 old_szB = old_mc->szB;
591 if (old_szB >= new_szB) {
602 MC_(copy_address_range_state) ( (Addr)p_old, a_new, old_szB );
603 VG_(memcpy)((void*)a_new, p_old, old_szB);
610 MC_(make_mem_undefined_w_otag)( a_new+old_szB,
611 new_szB-old_szB,
618 VG_(memset)((void*)(a_new+old_szB), MC_(clo_malloc_fill),
619 new_szB-old_szB);
629 VG_(memset)((void*)p_old, MC_(clo_free_fill), old_szB);
[all...]
H A Dmc_leakcheck.c1193 = lr->szB > lr->old_szB
1198 delta_considered = lr->szB != lr->old_szB
1268 lr_array[i]->old_szB = lr_array[i]->szB;
1319 lr->old_szB = 0;
H A Dmc_include.h334 SizeT old_szB; // old_* values are the values found during the member in struct:_LossRecord
H A Dmc_errors.c307 lr->old_szB + lr->old_indirect_szB,
311 lr->old_szB,

Completed in 153 milliseconds