Home
last modified time | relevance | path

Searched refs:jmem_heap_stats_t (Results 1 – 7 of 7) 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()
50 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_free_byte_code_bytes()
63 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_allocate_string_bytes()
79 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_free_string_bytes()
92 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_allocate_object_bytes()
108 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_free_object_bytes()
121 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_allocate_property_bytes()
137 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_stats_free_property_bytes()
Djmem.h175 } jmem_heap_stats_t; typedef
186 void jmem_heap_get_stats (jmem_heap_stats_t *);
Djmem-heap.c602 jmem_heap_get_stats (jmem_heap_stats_t *out_heap_stats_p) /**< [out] heap stats */ in jmem_heap_get_stats()
615 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_heap_stats_print()
668 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_heap_stat_alloc()
693 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jmem_heap_stat_free()
/third_party/jerryscript/jerry-core/jrt/
Djrt-fatals.c43 jmem_heap_stats_t jmem_heap_stats; in jerry_dump_memstats_on_error()
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h221 jmem_heap_stats_t jmem_heap_stats; /**< heap's memory usage statistics */
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1436 jmem_heap_stats_t *heap_stats = &JERRY_CONTEXT (jmem_heap_stats); in jerry_debugger_send_memstats()
/third_party/jerryscript/jerry-core/api/
Djerry.c384 jmem_heap_stats_t jmem_heap_stats; in jerry_get_memory_stats()