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

  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 164 if (MC_AllocCustom != mc1->allockind)
253 if (mc->allockind == MC_AllocCustom) {
261 /* Note: we fallback here for a not found MC_AllocCustom
374 tl_assert(MC_AllocCustom == kind);
376 tl_assert(MC_AllocCustom != kind);
462 if (MC_(clo_free_fill) != -1 && MC_AllocCustom != mc->allockind ) {
870 MC_AllocCustom, mp->chunks);
    [all...]
mc_include.h 58 MC_AllocCustom = 3
mc_leakcheck.c     [all...]
mc_main.c     [all...]

Completed in 43 milliseconds