Searched refs:rzB (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/petsc/private/valgrind/ |
| H A D | valgrind.h | 6986 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ argument 6988 addr, sizeB, rzB, is_zeroed, 0) 6993 #define VALGRIND_RESIZEINPLACE_BLOCK(addr, oldSizeB, newSizeB, rzB) \ argument 6995 addr, oldSizeB, newSizeB, rzB, 0) 7000 #define VALGRIND_FREELIKE_BLOCK(addr, rzB) \ argument 7002 addr, rzB, 0, 0, 0) 7005 #define VALGRIND_CREATE_MEMPOOL(pool, rzB, is_zeroed) \ argument 7007 pool, rzB, is_zeroed, 0, 0) 7037 #define VALGRIND_CREATE_MEMPOOL_EXT(pool, rzB, is_zeroed, flags) \ argument 7039 pool, rzB, is_zeroed, flags, 0)
|