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

  /external/valgrind/memcheck/
mc_malloc_wrappers.c 168 if (MC_AllocCustom != mc1->allockind)
257 if (mc->allockind == MC_AllocCustom) {
265 /* Note: we fallback here for a not found MC_AllocCustom
369 tl_assert(MC_AllocCustom == kind);
371 tl_assert(MC_AllocCustom != kind);
458 if (MC_(clo_free_fill) != -1 && MC_AllocCustom != mc->allockind ) {
912 MC_AllocCustom, mp->chunks);
    [all...]
mc_include.h 58 MC_AllocCustom = 3
mc_leakcheck.c     [all...]
mc_errors.c     [all...]
mc_main.c     [all...]

Completed in 76 milliseconds