Home
last modified time | relevance | path

Searched refs:CONFIG_ECMA_GC_NEW_OBJECTS_FRACTION (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h79 #define CONFIG_ECMA_GC_NEW_OBJECTS_FRACTION (16) macro
/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.c1522 size_t new_objects_fraction = CONFIG_ECMA_GC_NEW_OBJECTS_FRACTION; in ecma_free_unused_memory()