Searched refs:make_mem_noaccess (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/memcheck/ |
D | mc_malloc_wrappers.c | 338 MC_(make_mem_noaccess)( mc->data-rzB, mc->szB + 2*rzB ); in die_and_free_mem() 439 MC_(make_mem_noaccess)( a_new-MC_MALLOC_REDZONE_SZB, in MC_() 442 MC_(make_mem_noaccess) ( a_new+new_szB, MC_MALLOC_REDZONE_SZB ); in MC_() 482 MC_(make_mem_noaccess)( a_new-MC_MALLOC_REDZONE_SZB, in MC_() 487 MC_(make_mem_noaccess) ( a_new+new_szB, MC_MALLOC_REDZONE_SZB ); in MC_() 558 MC_(make_mem_noaccess)( p + newSizeB, oldSizeB - newSizeB + rzB ); in MC_() 565 MC_(make_mem_noaccess)( p + newSizeB, rzB ); in MC_() 641 MC_(make_mem_noaccess)(mc->data-mp->rzB, mc->szB + 2*mp->rzB ); in MC_() 886 MC_(make_mem_noaccess)( min, lo - min); in MC_() 890 MC_(make_mem_noaccess)( hi, max - hi ); in MC_()
|
D | mc_main.c | 1519 void MC_(make_mem_noaccess) ( Addr a, SizeT len ) in MC_() argument 2379 MC_(make_mem_noaccess)(a, 4); in make_aligned_word32_noaccess() 2387 MC_(make_mem_noaccess)(a, 4); in make_aligned_word32_noaccess() 2464 MC_(make_mem_noaccess)(a, 8); in make_aligned_word64_noaccess() 2472 MC_(make_mem_noaccess)(a, 8); in make_aligned_word64_noaccess() 2539 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-4, 4 ); in mc_die_mem_stack_4() 2584 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-8, 8 ); in mc_die_mem_stack_8() 2644 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-12, 12 ); in mc_die_mem_stack_12() 2703 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-16, 16 ); in mc_die_mem_stack_16() 2775 MC_(make_mem_noaccess) ( -VG_STACK_REDZONE_SZB + new_SP-32, 32 ); in mc_die_mem_stack_32() [all …]
|
D | mc_include.h | 115 void MC_(make_mem_noaccess) ( Addr a, SizeT len );
|