Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_malloc_wrappers.c164 if (MC_AllocCustom != mc1->allockind) in release_oldest_block()
253 if (mc->allockind == MC_AllocCustom) { in live_block()
347 tl_assert(MC_AllocCustom == kind); in MC_()
349 tl_assert(MC_AllocCustom != kind); in MC_()
436 if (MC_(clo_free_fill) != -1 && MC_AllocCustom != mc->allockind ) { in die_and_free_mem()
848 MC_AllocCustom, mp->chunks); in MC_()
Dmc_include.h58 MC_AllocCustom = 3 enumerator
Dmc_leakcheck.c1840 Bool isCustom1 = ch1->allockind == MC_AllocCustom; in MC_()
1841 Bool isCustom2 = ch2->allockind == MC_AllocCustom; in MC_()
Dmc_main.c6732 MC_AllocCustom, MC_(malloc_list) ); in mc_handle_client_request()
6752 MC_(handle_free) ( tid, p, rzB, MC_AllocCustom ); in mc_handle_client_request()