OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rz_szB
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/exp-dhat/
dh_main.c
809
const Int
rz_szB
= VG_STACK_REDZONE_SZB;
845
? binop(Iop_Sub32, mkexpr(sp), mkU32(
rz_szB
))
846
: binop(Iop_Sub64, mkexpr(sp), mkU64(
rz_szB
)))
[
all
...]
/external/valgrind/coregrind/
m_mallocfree.c
79
red zone bytes (depends on Arena.
rz_szB
, but >= sizeof(void*))
81
red zone bytes (depends on Arena.
rz_szB
, but >= sizeof(void*))
89
excess red zone bytes (if Arena.
rz_szB
> sizeof(void*))
91
excess red zone bytes (if Arena.
rz_szB
> sizeof(void*))
98
bszB == pszB + 2*sizeof(SizeT) + 2*a->
rz_szB
102
bszB == pszB + 2*sizeof(SizeT) + 2*a->
rz_szB
+ VG_MIN_MALLOC_SZB
190
// An arena. 'freelist' is a circular, doubly-linked list. '
rz_szB
' is
196
SizeT
rz_szB
; // Red zone size in bytes
341
return hp_overhead_szB() + sizeof(SizeT) + a->
rz_szB
;
346
return a->
rz_szB
+ sizeof(SizeT)
[
all
...]
/external/valgrind/helgrind/
hg_main.c
[
all
...]
Completed in 310 milliseconds