Home
last modified time | relevance | path

Searched defs:heap_stats (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
Djmem-allocator.c34 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_allocate_byte_code_bytes() local
50 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_free_byte_code_bytes() local
63 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_allocate_string_bytes() local
79 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_free_string_bytes() local
92 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_allocate_object_bytes() local
108 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_free_object_bytes() local
121 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_allocate_property_bytes() local
137 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_free_property_bytes() local
Djmem-heap.c744 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_heap_stats_print() local
797 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_heap_stat_alloc() local
822 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_heap_stat_free() local
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1436 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jerry_debugger_send_memstats() local