Home | History | Annotate | Download | only in util

Lines Matching refs:sizeB

4335    redzone), 'sizeB' is its size.  'rzB' is the redzone size if the allocator
4390 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
4394 addr, sizeB, rzB, is_zeroed, 0); \