Home | History | Annotate | Download | only in memcheck

Lines Matching refs:MC_AllocCustom

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);