Home
last modified time | relevance | path

Searched refs:peak_byte_code_bytes (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
Djmem-allocator.c38 if (heap_stats->byte_code_bytes >= heap_stats->peak_byte_code_bytes) in jmem_stats_allocate_byte_code_bytes()
40 heap_stats->peak_byte_code_bytes = heap_stats->byte_code_bytes; in jmem_stats_allocate_byte_code_bytes()
Djmem.h165 size_t peak_byte_code_bytes; /**< peak allocated memory for byte code */ member
Djmem-heap.c639 (MSG_SIZE_TYPE)(heap_stats->peak_byte_code_bytes), in jmem_heap_stats_print()
/third_party/jerryscript/jerry-core/jrt/
Djrt-fatals.c56 …ated memory for byte code: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.peak_byte_code_bytes)); in jerry_dump_memstats_on_error()