Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h86 JERRY_FEATURE_MEM_STATS, /**< memory statistics */ enumerator
/third_party/jerryscript/jerry-main/
Dmain-unix.c526 if (check_feature (JERRY_FEATURE_MEM_STATS, cli_state.arg)) in main()
/third_party/jerryscript/jerry-core/api/
Djerry.c992 || feature == JERRY_FEATURE_MEM_STATS in jerry_is_feature_enabled()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md57 - JERRY_FEATURE_MEM_STATS - memory statistics
883 in runtime with the `JERRY_FEATURE_MEM_STATS` feature enum value,
897 - false, otherwise. Usually it is because the `JERRY_FEATURE_MEM_STATS` feature is not enabled.