Home
last modified time | relevance | path

Searched refs:jmem_stats_allocate_string_bytes (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-alloc.c135 jmem_stats_allocate_string_bytes (sizeof (ecma_string_t)); in ecma_alloc_string()
163 jmem_stats_allocate_string_bytes (sizeof (ecma_extended_string_t)); in ecma_alloc_extended_string()
191 jmem_stats_allocate_string_bytes (size); in ecma_alloc_string_buffer()
Decma-helpers-string.c2563 jmem_stats_allocate_string_bytes (initial_size); in ecma_stringbuilder_create()
2584 jmem_stats_allocate_string_bytes (initial_size); in ecma_stringbuilder_create_from()
2610 jmem_stats_allocate_string_bytes (initial_size); in ecma_stringbuilder_create_raw()
2637 jmem_stats_allocate_string_bytes (required_size); in ecma_stringbuilder_grow()
2816 jmem_stats_allocate_string_bytes (container_size - sizeof (ecma_ascii_string_t)); in ecma_stringbuilder_finalize()
/third_party/jerryscript/jerry-core/jmem/
Djmem-allocator.c61 jmem_stats_allocate_string_bytes (size_t string_size) in jmem_stats_allocate_string_bytes() function
Djmem.h179 void jmem_stats_allocate_string_bytes (size_t string_size);