Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/jmem/
Djmem-allocator.c67 if (heap_stats->string_bytes >= heap_stats->peak_string_bytes) in jmem_stats_allocate_string_bytes()
69 heap_stats->peak_string_bytes = heap_stats->string_bytes; in jmem_stats_allocate_string_bytes()
Djmem.h168 size_t peak_string_bytes; /**< peak allocated memory for strings */ member
Djmem-heap.c641 (MSG_SIZE_TYPE)(heap_stats->peak_string_bytes), in jmem_heap_stats_print()
/third_party/jerryscript/jerry-core/jrt/
Djrt-fatals.c59 …allocated memory for strings: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.peak_string_bytes)); in jerry_dump_memstats_on_error()