Home
last modified time | relevance | path

Searched refs:JMEM_VALGRIND_MALLOCLIKE_SPACE (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
Djmem-allocator-internal.h37 # define JMEM_VALGRIND_MALLOCLIKE_SPACE(p, s) VALGRIND_MALLOCLIKE_BLOCK((p), (s), 0, 0) macro
44 # define JMEM_VALGRIND_MALLOCLIKE_SPACE(p, s) macro
Djmem-heap.c256 JMEM_VALGRIND_MALLOCLIKE_SPACE (data_space_p, size); in jmem_heap_alloc()
623 JMEM_VALGRIND_MALLOCLIKE_SPACE (ret_block_p, new_size); in jmem_heap_realloc_block()