Searched refs:string_bytes (Results 1 – 13 of 13) 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
769 (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
432 'src/string_bytes.cc',533 'src/string_bytes.h',
664 * string_bytes: properly detect 64bit (Timothy J Fontaine)728 * string_bytes: strip padding from base64 strings (Trevor Norris)
268 * **string_bytes**: Fixed an unaligned write in the handling of UCS2 encoding. (Fedor Indutny) [#24…311 * [[`c1ce423b35`](https://github.com/nodejs/node/commit/c1ce423b35)] - **string_bytes**: fix unalig…2356 …b.com/nodejs/node/commit/aca20112519decef44474a2ee9936049e2a38b67)] - string_bytes: introduce Inli…
251 * string_bytes: ucs2 support big endian (Andrew Low)
2040 …/nodejs/node/commit/4f8765d4c8)] - **src**: remove unused includes in string_bytes.h (Daniel Beven…
4524 * [[`756ec80d50`](https://github.com/nodejs/node/commit/756ec80d50)] - **string_bytes**: Make base6…4964 …ub.com/nodejs/node/commit/b010c87164)] - **(SEMVER-MAJOR)** **crypto, string_bytes**: treat `buffe…
1934 …/nodejs/node/commit/79e1d7719d)] - **src**: remove unused includes in string_bytes.h (Daniel Beven…