HomeSort by relevance Sort by last modified time
    Searched refs:check_mem_is_noaccess (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/memcheck/
mc_include.h 121 Bool MC_(check_mem_is_noaccess)( Addr a, SizeT len, Addr* bad_addr );
mc_malloc_wrappers.c 208 if (!MC_(check_mem_is_noaccess)( (Addr)mc, sizeof(MC_Chunk), NULL )) {
629 if (!MC_(check_mem_is_noaccess)( (Addr)mp, sizeof(MC_Mempool), NULL )) {
mc_main.c 3545 Bool MC_(check_mem_is_noaccess) ( Addr a, SizeT len, Addr* bad_addr ) function
    [all...]

Completed in 162 milliseconds