Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-core/
DCMakeLists.txt29 # jerry_heap_stats_t.size == 0 if system allocator is used.
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h213 } jerry_heap_stats_t; typedef
359 bool jerry_get_memory_stats (jerry_heap_stats_t *out_stats_p);
/third_party/jerryscript/jerry-core/api/
Djerry.c376 jerry_get_memory_stats (jerry_heap_stats_t *out_stats_p) /**< [out] heap memory stats */ in jerry_get_memory_stats()
388 *out_stats_p = (jerry_heap_stats_t) in jerry_get_memory_stats()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md409 ## jerry_heap_stats_t section in JerryScript types
426 } jerry_heap_stats_t;
891 jerry_get_memory_stats (jerry_heap_stats_t *out_stats_p);
907 jerry_heap_stats_t stats = {0};