Home
last modified time | relevance | path

Searched refs:ecma_free_unused_memory (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-gc.h34 void ecma_free_unused_memory (jmem_pressure_t pressure);
Decma-gc.c1496 ecma_free_unused_memory (jmem_pressure_t pressure) /**< current pressure */ in ecma_free_unused_memory() function
/third_party/jerryscript/jerry-core/jmem/
Djmem-heap.c299 ecma_free_unused_memory (pressure); in jmem_heap_gc_and_alloc_block()
308 ecma_free_unused_memory (pressure); in jmem_heap_gc_and_alloc_block()
552 ecma_free_unused_memory (JMEM_PRESSURE_LOW); in jmem_heap_realloc_block()
670 ecma_free_unused_memory (JMEM_PRESSURE_LOW); in jmem_heap_realloc_block()
Djmem-poolman.c62 ecma_free_unused_memory (JMEM_PRESSURE_LOW); in jmem_pools_alloc()
/third_party/jerryscript/jerry-core/api/
Djerry.c366 ecma_free_unused_memory (JMEM_PRESSURE_HIGH); in jerry_gc()