Lines Matching refs:rzB
5744 redzone), 'sizeB' is its size. 'rzB' is the redzone size if the allocator
5813 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
5815 addr, sizeB, rzB, is_zeroed, 0)
5820 #define VALGRIND_RESIZEINPLACE_BLOCK(addr, oldSizeB, newSizeB, rzB) \
5822 addr, oldSizeB, newSizeB, rzB, 0)
5827 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \
5829 addr, rzB, 0, 0, 0)
5832 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \
5834 pool, rzB, is_zeroed, 0, 0)