Home
last modified time | relevance | path

Searched refs:JERRY_SYSTEM_ALLOCATOR (Results 1 – 12 of 12) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
Djmem-heap.c60 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR)
99 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR) in jmem_heap_init()
132 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR) in jmem_heap_finalize()
161 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR) in jmem_heap_alloc()
389 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR)
508 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR) in jmem_heap_free_block_internal()
587 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR) in jmem_is_heap_pointer()
618 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR) in jmem_heap_stats_print()
654 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR) in jmem_heap_stat_init()
/third_party/jerryscript/jerry-core/
Dconfig.h524 #ifndef JERRY_SYSTEM_ALLOCATOR
525 # define JERRY_SYSTEM_ALLOCATOR 0 macro
773 #if !defined (JERRY_SYSTEM_ALLOCATOR) \
774 || ((JERRY_SYSTEM_ALLOCATOR != 0) && (JERRY_SYSTEM_ALLOCATOR != 1))
DCMakeLists.txt38 set(JERRY_SYSTEM_ALLOCATOR OFF CACHE BOOL "Enable system allocator?") variable
53 if(JERRY_SYSTEM_ALLOCATOR)
102 message(STATUS "JERRY_SYSTEM_ALLOCATOR " ${JERRY_SYSTEM_ALLOCATOR})
303 jerry_add_define01(JERRY_SYSTEM_ALLOCATOR)
DBUILD.gn272 "JERRY_SYSTEM_ALLOCATOR=${jerryscript_jerry_system_allocator}",
/third_party/jerryscript/jerry-core/jcontext/
Djcontext.h81 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR)
124 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR)
258 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR)
295 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR)
Djcontext.c128 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR)
/third_party/jerryscript/tests/unit-core/
DCMakeLists.txt30 if(JERRY_SYSTEM_ALLOCATOR)
DBUILD.gn92 "JERRY_SYSTEM_ALLOCATOR=0",
/third_party/jerryscript/jerry-port/default/
DBUILD.gn66 "JERRY_SYSTEM_ALLOCATOR=${jerryscript_jerry_system_allocator}",
/third_party/jerryscript/jerry-ext/
DBUILD.gn81 "JERRY_SYSTEM_ALLOCATOR=${jerryscript_jerry_system_allocator}",
/third_party/jerryscript/jerry-core/api/
Djerry.c3500 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR) in jerry_create_context()
3528 #if !ENABLED (JERRY_SYSTEM_ALLOCATOR) in jerry_create_context()
/third_party/jerryscript/
DBUILD.gn78 "JERRY_SYSTEM_ALLOCATOR=${jerryscript_jerry_system_allocator}",