Searched refs:rz_szB (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/m_replacemalloc/
H A Dreplacemalloc_core.c104 Bool VG_(addr_is_in_block)( Addr a, Addr start, SizeT size, SizeT rz_szB )
106 return ( start - rz_szB <= a && a < start + size + rz_szB );
/external/valgrind/main/include/
H A Dpub_tool_replacemalloc.h55 SizeT size, SizeT rz_szB );
/external/valgrind/main/coregrind/
H A Dm_mallocfree.c80 red zone bytes (depends on Arena.rz_szB, but >= sizeof(void*))
82 red zone bytes (depends on Arena.rz_szB, but >= sizeof(void*))
90 excess red zone bytes (if Arena.rz_szB > sizeof(void*))
92 excess red zone bytes (if Arena.rz_szB > sizeof(void*))
99 bszB == pszB + 2*sizeof(SizeT) + 2*a->rz_szB
103 bszB == pszB + 2*sizeof(SizeT) + 2*a->rz_szB + VG_MIN_MALLOC_SZB
191 // An arena. 'freelist' is a circular, doubly-linked list. 'rz_szB' is
197 SizeT rz_szB; // Red zone size in bytes member in struct:__anon32558
342 return hp_overhead_szB() + sizeof(SizeT) + a->rz_szB;
347 return a->rz_szB
519 arena_init( ArenaId aid, const HChar* name, SizeT rz_szB, SizeT min_sblock_szB, SizeT min_unsplittable_sblock_szB ) argument
[all...]
/external/valgrind/main/exp-dhat/
H A Ddh_main.c810 const Int rz_szB = VG_STACK_REDZONE_SZB; local
846 ? binop(Iop_Sub32, mkexpr(sp), mkU32(rz_szB))
847 : binop(Iop_Sub64, mkexpr(sp), mkU64(rz_szB)))
/external/valgrind/main/helgrind/
H A Dhg_main.c4300 const Int rz_szB = VG_STACK_REDZONE_SZB; local
4420 ? binop(Iop_Add32, mkexpr(addr_minus_sp), mkU32(rz_szB))
4421 : binop(Iop_Add64, mkexpr(addr_minus_sp), mkU64(rz_szB)))

Completed in 370 milliseconds