Home
last modified time | relevance | path

Searched refs:JMEM_PRESSURE_FULL (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
H A Djmem.h114 * If not enough memory is freed and JMEM_PRESSURE_FULL is reached,
122 JMEM_PRESSURE_FULL, /**< memory full */ enumerator
H A Djmem-heap.c299 * up to 'max_pressure', or until a sufficient memory block is found. When JMEM_PRESSURE_FULL
344 return jmem_heap_gc_and_alloc_block (size, JMEM_PRESSURE_FULL); in jmem_heap_alloc_block_internal()
359 void *block_p = jmem_heap_gc_and_alloc_block (size, JMEM_PRESSURE_FULL); in jmem_heap_alloc_block()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-gc.c1509 * When called with JMEM_PRESSURE_FULL, the engine will be terminated with ERR_OUT_OF_MEMORY.
1603 else if (JERRY_UNLIKELY (pressure == JMEM_PRESSURE_FULL)) in ecma_free_unused_memory()

Completed in 4 milliseconds