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

  /external/valgrind/main/coregrind/m_replacemalloc/
replacemalloc_core.c 95 Bool VG_(addr_is_in_block)( Addr a, Addr start, SizeT size, SizeT rz_szB )
97 return ( start - rz_szB <= a && a < start + size + rz_szB );
  /external/valgrind/main/include/
pub_tool_replacemalloc.h 53 SizeT size, SizeT rz_szB );
  /external/valgrind/main/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
332 return hp_overhead_szB() + sizeof(SizeT) + a->rz_szB;
337 return a->rz_szB + sizeof(SizeT)
    [all...]
  /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/helgrind/
hg_main.c     [all...]

Completed in 88 milliseconds