Searched defs:old_szB (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/memcheck/
H A Dmc_include.h334 SizeT old_szB; // old_* values are the values found during the member in struct:_LossRecord
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...]

Completed in 1575 milliseconds