Home
last modified time | relevance | path

Searched refs:VALGRIND_RESIZEINPLACE_BLOCK (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
H A Djmem-allocator-internal.h38 # 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 Dvalgrind.h3882 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 Dvalgrind.h6949 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