Home
last modified time | relevance | path

Searched refs:rz_szB (Results 1 – 10 of 10) sorted by relevance

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_replacemalloc/
H A Dreplacemalloc_core.c120 Bool VG_(addr_is_in_block)( Addr a, Addr start, SizeT size, SizeT rz_szB ) in VG_()
122 return ( start - rz_szB <= a && a < start + size + rz_szB ); in VG_()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_replacemalloc/
H A Dreplacemalloc_core.c120 Bool VG_(addr_is_in_block)( Addr a, Addr start, SizeT size, SizeT rz_szB ) in VG_()
122 return ( start - rz_szB <= a && a < start + size + rz_szB ); in VG_()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_mallocfree.c350 return a->rz_szB + sizeof(SizeT); in overhead_szB_hi()
516 a->rz_szB); in mkBhdrNoAccess()
569 vg_assert(rz_szB <= MAX_REDZONE_SZB); in arena_init()
577 rz_szB = VG_(clo_redzone_size); in arena_init()
585 if (rz_szB < sizeof(void*)) rz_szB = sizeof(void*); in arena_init()
590 a->rz_szB = rz_szB; in arena_init()
646 a->rz_szB in VG_()
1232 for (i = 0; i < a->rz_szB; i++) { in blockSane()
1478 a->rz_szB in cc_analyse_alloc_arena()
1651 for (i = 0; i < a->rz_szB; i++) { in mkInuseBlock()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/
H A Dm_mallocfree.c350 return a->rz_szB + sizeof(SizeT); in overhead_szB_hi()
516 a->rz_szB); in mkBhdrNoAccess()
569 vg_assert(rz_szB <= MAX_REDZONE_SZB); in arena_init()
577 rz_szB = VG_(clo_redzone_size); in arena_init()
585 if (rz_szB < sizeof(void*)) rz_szB = sizeof(void*); in arena_init()
590 a->rz_szB = rz_szB; in arena_init()
646 a->rz_szB in VG_()
1232 for (i = 0; i < a->rz_szB; i++) { in blockSane()
1478 a->rz_szB in cc_analyse_alloc_arena()
1651 for (i = 0; i < a->rz_szB; i++) { in mkInuseBlock()
[all …]
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_replacemalloc.h59 SizeT size, SizeT rz_szB );
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/include/
H A Dpub_tool_replacemalloc.h59 SizeT size, SizeT rz_szB );
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/exp-dhat/
H A Ddh_main.c809 const Int rz_szB = VG_STACK_REDZONE_SZB; in addMemEvent() local
845 ? binop(Iop_Sub32, mkexpr(sp), mkU32(rz_szB)) in addMemEvent()
846 : binop(Iop_Sub64, mkexpr(sp), mkU64(rz_szB))) in addMemEvent()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/exp-dhat/
H A Ddh_main.c809 const Int rz_szB = VG_STACK_REDZONE_SZB; in addMemEvent() local
845 ? binop(Iop_Sub32, mkexpr(sp), mkU32(rz_szB)) in addMemEvent()
846 : binop(Iop_Sub64, mkexpr(sp), mkU64(rz_szB))) in addMemEvent()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c4512 const Int rz_szB = VG_STACK_REDZONE_SZB; in instrument_mem_access() local
4657 ? binop(Iop_Add32, mkexpr(addr_minus_sp), mkU32(rz_szB)) in instrument_mem_access()
4658 : binop(Iop_Add64, mkexpr(addr_minus_sp), mkU64(rz_szB))) in instrument_mem_access()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c4512 const Int rz_szB = VG_STACK_REDZONE_SZB; in instrument_mem_access() local
4657 ? binop(Iop_Add32, mkexpr(addr_minus_sp), mkU32(rz_szB)) in instrument_mem_access()
4658 : binop(Iop_Add64, mkexpr(addr_minus_sp), mkU64(rz_szB))) in instrument_mem_access()