Searched refs:peak_string_bytes (Results 1 – 4 of 4) sorted by relevance
67 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()
168 size_t peak_string_bytes; /**< peak allocated memory for strings */ member
641 (MSG_SIZE_TYPE)(heap_stats->peak_string_bytes), in jmem_heap_stats_print()
59 …allocated memory for strings: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.peak_string_bytes)); in jerry_dump_memstats_on_error()