Searched refs:peak_object_bytes (Results 1 – 4 of 4) sorted by relevance
96 if (heap_stats->object_bytes >= heap_stats->peak_object_bytes) in jmem_stats_allocate_object_bytes()98 heap_stats->peak_object_bytes = heap_stats->object_bytes; in jmem_stats_allocate_object_bytes()
171 size_t peak_object_bytes; /**< peak allocated memory for objects */ member
643 (MSG_SIZE_TYPE)(heap_stats->peak_object_bytes), in jmem_heap_stats_print()
62 …allocated memory for objects: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.peak_object_bytes)); in jerry_dump_memstats_on_error()