Searched refs:make_mem_noaccess (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/memcheck/ |
D | mc_malloc_wrappers.c | 443 MC_(make_mem_noaccess)( mc->data-rzB, mc->szB + 2*rzB ); in die_and_free_mem() 565 MC_(make_mem_noaccess)( a_new-MC_(Malloc_Redzone_SzB), in MC_() 602 MC_(make_mem_noaccess) ( a_new+new_szB, MC_(Malloc_Redzone_SzB)); in MC_() 655 MC_(make_mem_noaccess)( p + newSizeB, oldSizeB - newSizeB + rzB ); in MC_() 662 MC_(make_mem_noaccess)( p + newSizeB, rzB ); in MC_() 738 MC_(make_mem_noaccess)(mc->data-mp->rzB, mc->szB + 2*mp->rzB ); in MC_() 854 MC_(make_mem_noaccess) ( addr - mp->rzB, mp->rzB); in MC_() 855 MC_(make_mem_noaccess) ( addr + szB, mp->rzB); in MC_() 991 MC_(make_mem_noaccess)( min, lo - min); in MC_() 995 MC_(make_mem_noaccess)( hi, max - hi ); in MC_()
|
D | mc_main.c | 1786 void MC_(make_mem_noaccess) ( Addr a, SizeT len ) in MC_() argument 2656 MC_(make_mem_noaccess)(a, 4); in make_aligned_word32_noaccess() 2664 MC_(make_mem_noaccess)(a, 4); in make_aligned_word32_noaccess() 2741 MC_(make_mem_noaccess)(a, 8); in make_aligned_word64_noaccess() 2749 MC_(make_mem_noaccess)(a, 8); in make_aligned_word64_noaccess() 2816 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-4, 4 ); in mc_die_mem_stack_4() 2861 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-8, 8 ); in mc_die_mem_stack_8() 2921 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-12, 12 ); in mc_die_mem_stack_12() 2980 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-16, 16 ); in mc_die_mem_stack_16() 3052 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 );
|