HomeSort by relevance Sort by last modified time
    Searched defs:rz_szB (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/exp-dhat/
dh_main.c 810 const Int rz_szB = VG_STACK_REDZONE_SZB;
846 ? binop(Iop_Sub32, mkexpr(sp), mkU32(rz_szB))
847 : binop(Iop_Sub64, mkexpr(sp), mkU64(rz_szB)))
    [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c 80 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
342 return hp_overhead_szB() + sizeof(SizeT) + a->rz_szB;
347 return a->rz_szB + sizeof(SizeT)
    [all...]
  /external/valgrind/main/helgrind/
hg_main.c     [all...]

Completed in 163 milliseconds