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 411 SizeT old_szB;
436 old_szB = mc->szB;
446 if (new_szB <= old_szB) {
470 VG_(memset)((void*)p_old, MC_(clo_free_fill), old_szB);
488 tl_assert(old_szB < new_szB);
513 VG_(memset)((void*)(a_new+old_szB), MC_(clo_malloc_fill),
514 new_szB-old_szB);
523 VG_(memset)((void*)p_old, MC_(clo_free_fill), old_szB);
mc_leakcheck.c     [all...]
mc_include.h 312 SizeT old_szB; // old_* values are the values found during the
mc_errors.c 462 lr->old_szB + lr->old_indirect_szB,
466 lr->old_szB,
    [all...]

Completed in 207 milliseconds