Home
last modified time | relevance | path

Searched refs:jmem_heap_alloc_block_internal (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/jmem/
Djmem-poolman.c85 void *chunk_p = jmem_heap_alloc_block_internal (8); in jmem_pools_alloc()
108 void *chunk_p = jmem_heap_alloc_block_internal (16); in jmem_pools_alloc()
Djmem-allocator-internal.h53 void *jmem_heap_alloc_block_internal (const size_t size);
Djmem-heap.c342 jmem_heap_alloc_block_internal (const size_t size) /**< required memory size */ in jmem_heap_alloc_block_internal() function