Home
last modified time | relevance | path

Searched refs:string_bytes (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
Djmem-allocator.c65 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()
Djmem.h167 size_t string_bytes; /**< allocated memory for strings */ member
Djmem-heap.c640 (MSG_SIZE_TYPE)(heap_stats->string_bytes), in jmem_heap_stats_print()
/third_party/jerryscript/jerry-core/jrt/
Djrt-fatals.c58 … ("\tallocated memory for strings: %"PRI_SIZET"\n", (MSG_SIZE_TYPE)(jmem_heap_stats.string_bytes)); in jerry_dump_memstats_on_error()
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1442 uint32_t string_bytes = (uint32_t) heap_stats->string_bytes; in jerry_debugger_send_memstats() local
1443 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()
Ddebugger.h370 uint8_t string_bytes[sizeof (uint32_t)]; /**< string bytes */ member
/third_party/node/
Dnode.gyp563 'src/string_bytes.cc',
672 'src/string_bytes.h',