Home
last modified time | relevance | path

Searched refs:string_bytes (Results 1 – 13 of 13) 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.c769 (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.gyp432 'src/string_bytes.cc',
533 'src/string_bytes.h',
/third_party/node/doc/changelogs/
DCHANGELOG_V010.md664 * string_bytes: properly detect 64bit (Timothy J Fontaine)
728 * string_bytes: strip padding from base64 strings (Trevor Norris)
DCHANGELOG_IOJS.md268 * **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…
DCHANGELOG_ARCHIVE.md251 * string_bytes: ucs2 support big endian (Andrew Low)
DCHANGELOG_V9.md2040 …/nodejs/node/commit/4f8765d4c8)] - **src**: remove unused includes in string_bytes.h (Daniel Beven…
DCHANGELOG_V6.md4524 * [[`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…
DCHANGELOG_V8.md1934 …/nodejs/node/commit/79e1d7719d)] - **src**: remove unused includes in string_bytes.h (Daniel Beven…