Home | History | Annotate | Download | only in valgrind

Lines Matching refs:sizeB

3850    redzone), 'sizeB' is its size.  'rzB' is the redzone size if the allocator
3919 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
3922 addr, sizeB, rzB, is_zeroed, 0)