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 290 MC_(make_mem_undefined_w_otag)( p, szB, ecu | MC_OKIND_HEAP );
505 MC_(make_mem_undefined_w_otag)( a_new+mc->szB, new_szB-mc->szB,
582 MC_(make_mem_undefined_w_otag)( p + oldSizeB, newSizeB - oldSizeB,
mc_main.c 1599 void MC_(make_mem_undefined_w_otag) ( Addr a, SizeT len, UInt otag ) function
    [all...]
mc_include.h 123 void MC_(make_mem_undefined_w_otag)( Addr a, SizeT len, UInt otag );

Completed in 363 milliseconds