Searched refs:make_mem_noaccess (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/memcheck/ |
D | mc_malloc_wrappers.c | 469 MC_(make_mem_noaccess)( mc->data-rzB, mc->szB + 2*rzB ); in die_and_free_mem() 587 MC_(make_mem_noaccess)( a_new-MC_(Malloc_Redzone_SzB), in MC_() 624 MC_(make_mem_noaccess) ( a_new+new_szB, MC_(Malloc_Redzone_SzB)); in MC_() 677 MC_(make_mem_noaccess)( p + newSizeB, oldSizeB - newSizeB + rzB ); in MC_() 684 MC_(make_mem_noaccess)( p + newSizeB, rzB ); in MC_() 760 MC_(make_mem_noaccess)(mc->data-mp->rzB, mc->szB + 2*mp->rzB ); in MC_() 876 MC_(make_mem_noaccess) ( addr - mp->rzB, mp->rzB); in MC_() 877 MC_(make_mem_noaccess) ( addr + szB, mp->rzB); in MC_() 1013 MC_(make_mem_noaccess)( min, lo - min); in MC_() 1017 MC_(make_mem_noaccess)( hi, max - hi ); in MC_()
|
D | mc_main.c | 1782 void MC_(make_mem_noaccess) ( Addr a, SizeT len ) in MC_() argument 2648 MC_(make_mem_noaccess)(a, 4); in make_aligned_word32_noaccess() 2656 MC_(make_mem_noaccess)(a, 4); in make_aligned_word32_noaccess() 2733 MC_(make_mem_noaccess)(a, 8); in make_aligned_word64_noaccess() 2741 MC_(make_mem_noaccess)(a, 8); in make_aligned_word64_noaccess() 2808 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-4, 4 ); in mc_die_mem_stack_4() 2853 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-8, 8 ); in mc_die_mem_stack_8() 2913 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-12, 12 ); in mc_die_mem_stack_12() 2972 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-16, 16 ); in mc_die_mem_stack_16() 3044 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-32, 32 ); in mc_die_mem_stack_32() [all …]
|
D | mc_include.h | 137 void MC_(make_mem_noaccess) ( Addr a, SizeT len );
|