Home
last modified time | relevance | path

Searched refs:MC_AllocCustom (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/main/memcheck/
Dmc_malloc_wrappers.c164 if (MC_AllocCustom != mc1->allockind) in release_oldest_block()
253 if (mc->allockind == MC_AllocCustom) { in live_block()
374 tl_assert(MC_AllocCustom == kind); in MC_()
376 tl_assert(MC_AllocCustom != kind); in MC_()
462 if (MC_(clo_free_fill) != -1 && MC_AllocCustom != mc->allockind ) { in die_and_free_mem()
870 MC_AllocCustom, mp->chunks); in MC_()
Dmc_include.h58 MC_AllocCustom = 3 enumerator
Dmc_leakcheck.c1714 Bool isCustom1 = ch1->allockind == MC_AllocCustom; in MC_()
1715 Bool isCustom2 = ch2->allockind == MC_AllocCustom; in MC_()
Dmc_main.c5996 MC_AllocCustom, MC_(malloc_list) ); in mc_handle_client_request()
6016 MC_(handle_free) ( tid, p, rzB, MC_AllocCustom ); in mc_handle_client_request()