Searched refs:string_bytes (Results 1 – 7 of 7) sorted by relevance
65 heap_stats->string_bytes += string_size; in jmem_stats_allocate_string_bytes()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()81 JERRY_ASSERT (heap_stats->string_bytes >= string_size); in jmem_stats_free_string_bytes()83 heap_stats->string_bytes -= string_size; in jmem_stats_free_string_bytes()
167 size_t string_bytes; /**< allocated memory for strings */ member
640 (MSG_SIZE_TYPE)(heap_stats->string_bytes), in jmem_heap_stats_print()
58 … ("\tallocated memory for strings: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.string_bytes)); in jerry_dump_memstats_on_error()
1442 uint32_t string_bytes = (uint32_t) heap_stats->string_bytes; in jerry_debugger_send_memstats() local1443 memcpy (memstats_p->string_bytes, &string_bytes, sizeof (uint32_t)); in jerry_debugger_send_memstats()1451 memset (memstats_p->string_bytes, 0, sizeof (uint32_t)); in jerry_debugger_send_memstats()
370 uint8_t string_bytes[sizeof (uint32_t)]; /**< string bytes */ member
563 'src/string_bytes.cc',672 'src/string_bytes.h',