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

  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 272 MC_(make_mem_undefined_w_otag)( p, szB, ecu | MC_OKIND_HEAP );
485 MC_(make_mem_undefined_w_otag)( a_new+mc->szB, new_szB-mc->szB,
562 MC_(make_mem_undefined_w_otag)( p + oldSizeB, newSizeB - oldSizeB,
mc_main.c 1535 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag ) function
    [all...]
mc_include.h 116 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );

Completed in 30 milliseconds