Home | History | Annotate | Download | only in util

Lines Matching refs:sizeB

4336    redzone), 'sizeB' is its size.  'rzB' is the redzone size if the allocator
4391 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
4395 addr, sizeB, rzB, is_zeroed, 0); \