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

  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 338 MC_(make_mem_noaccess)( mc->data-rzB, mc->szB + 2*rzB );
439 MC_(make_mem_noaccess)( a_new-MC_MALLOC_REDZONE_SZB,
442 MC_(make_mem_noaccess) ( a_new+new_szB, MC_MALLOC_REDZONE_SZB );
482 MC_(make_mem_noaccess)( a_new-MC_MALLOC_REDZONE_SZB,
487 MC_(make_mem_noaccess) ( a_new+new_szB, MC_MALLOC_REDZONE_SZB );
558 MC_(make_mem_noaccess)( p + newSizeB, oldSizeB - newSizeB + rzB );
565 MC_(make_mem_noaccess)( p + newSizeB, rzB );
641 MC_(make_mem_noaccess)(mc->data-mp->rzB, mc->szB + 2*mp->rzB );
886 MC_(make_mem_noaccess)( min, lo - min);
890 MC_(make_mem_noaccess)( hi, max - hi )
    [all...]
mc_main.c 1519 void MC_(make_mem_noaccess) ( Addr a, SizeT len ) function
    [all...]
mc_include.h 115 void MC_(make_mem_noaccess) ( Addr a, SizeT len );

Completed in 211 milliseconds