Home
last modified time | relevance | path

Searched refs:record_freemismatch_error (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/memcheck/
Dmc_malloc_wrappers.c457 void record_freemismatch_error (ThreadId tid, MC_Chunk* mc) in record_freemismatch_error() function
470 MC_(record_freemismatch_error) ( tid, mc ); in record_freemismatch_error() local
488 record_freemismatch_error ( tid, mc ); in MC_()
538 record_freemismatch_error ( tid, old_mc ); in MC_()
Dmc_include.h425 void MC_(record_freemismatch_error) ( ThreadId tid, MC_Chunk* mc );
Dmc_errors.c839 void MC_(record_freemismatch_error) ( ThreadId tid, MC_Chunk* mc ) in MC_() argument