Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_malloc_wrappers.c195 if (!MC_(check_mem_is_noaccess)( (Addr)mc, sizeof(MC_Chunk), NULL )) { in create_MC_Chunk()
609 if (!MC_(check_mem_is_noaccess)( (Addr)mp, sizeof(MC_Mempool), NULL )) { in MC_()
Dmc_include.h114 Bool MC_(check_mem_is_noaccess)( Addr a, SizeT len, Addr* bad_addr );
Dmc_main.c3481 Bool MC_(check_mem_is_noaccess) ( Addr a, SizeT len, Addr* bad_addr ) in MC_() argument