Searched refs:VALGRIND_RESIZEINPLACE_BLOCK (Results 1 - 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/jmem/ |
H A D | jmem-allocator-internal.h | 38 # define JMEM_VALGRIND_RESIZE_SPACE(p, o, n) VALGRIND_RESIZEINPLACE_BLOCK((p), (o), (n), 0)
|
/third_party/node/deps/v8/src/third_party/valgrind/ |
H A D | valgrind.h | 3882 VALGRIND_RESIZEINPLACE_BLOCK informs a tool about reallocation. For 3896 VALGRIND_RESIZEINPLACE_BLOCK should be put after allocation of the new block 3927 #define VALGRIND_RESIZEINPLACE_BLOCK(addr, oldSizeB, newSizeB, rzB) \ macro
|
/third_party/libinput/include/valgrind/ |
H A D | valgrind.h | 6949 VALGRIND_RESIZEINPLACE_BLOCK informs a tool about reallocation. For 6963 VALGRIND_RESIZEINPLACE_BLOCK should be put after allocation of the new block 6993 #define VALGRIND_RESIZEINPLACE_BLOCK(addr, oldSizeB, newSizeB, rzB) \ macro
|
Completed in 18 milliseconds