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

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

Completed in 566 milliseconds