HomeSort by relevance Sort by last modified time
    Searched refs:old_szB (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 391 SizeT old_szB;
416 old_szB = mc->szB;
426 if (new_szB <= old_szB) {
450 VG_(memset)((void*)p_old, MC_(clo_free_fill), old_szB);
468 tl_assert(old_szB < new_szB);
493 VG_(memset)((void*)(a_new+old_szB), MC_(clo_malloc_fill),
494 new_szB-old_szB);
503 VG_(memset)((void*)p_old, MC_(clo_free_fill), old_szB);
mc_leakcheck.c     [all...]
mc_include.h 302 SizeT old_szB; // old_* values are the values found during the
mc_errors.c 730 lr->old_szB + lr->old_indirect_szB,
734 lr->old_szB,
    [all...]

Completed in 97 milliseconds