Home
last modified time | relevance | path

Searched refs:peak_allocated_bytes (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
H A Djmem-heap.c635 (MSG_SIZE_TYPE)(heap_stats->peak_allocated_bytes), in jmem_heap_stats_print()
673 if (heap_stats->allocated_bytes > heap_stats->peak_allocated_bytes) in jmem_heap_stat_alloc()
675 heap_stats->peak_allocated_bytes = heap_stats->allocated_bytes; in jmem_heap_stat_alloc()
H A Djmem.h159 size_t peak_allocated_bytes; /**< peak allocated bytes */ member
/third_party/jerryscript/jerry-core/jrt/
H A Djrt-fatals.c50 JERRY_ERROR_MSG ("\tpeak allocated bytes: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.peak_allocated_bytes)); in jerry_dump_memstats_on_error()
/third_party/jerryscript/jerry-core/include/
H A Djerryscript-core.h211 size_t peak_allocated_bytes; /**< peak allocated bytes */ member
/third_party/jerryscript/jerry-core/api/
H A Djerry.c393 .peak_allocated_bytes = jmem_heap_stats.peak_allocated_bytes in jerry_get_memory_stats()

Completed in 8 milliseconds