Searched refs:remaining_p (Results 1 – 2 of 2) sorted by relevance
191 jmem_heap_free_t *remaining_p; in jmem_heap_alloc() local192 remaining_p = JMEM_HEAP_GET_ADDR_FROM_OFFSET (JERRY_HEAP_CONTEXT (first).next_offset) + 1; in jmem_heap_alloc()194 JMEM_VALGRIND_DEFINED_SPACE (remaining_p, sizeof (jmem_heap_free_t)); in jmem_heap_alloc()195 remaining_p->size = data_space_p->size - JMEM_ALIGNMENT; in jmem_heap_alloc()196 remaining_p->next_offset = data_space_p->next_offset; in jmem_heap_alloc()197 JMEM_VALGRIND_NOACCESS_SPACE (remaining_p, sizeof (jmem_heap_free_t)); in jmem_heap_alloc()199 JERRY_HEAP_CONTEXT (first).next_offset = JMEM_HEAP_GET_OFFSET_FROM_ADDR (remaining_p); in jmem_heap_alloc()234 …jmem_heap_free_t *const remaining_p = (jmem_heap_free_t *) ((uint8_t *) current_p + required_size); in jmem_heap_alloc() local237 JMEM_VALGRIND_DEFINED_SPACE (remaining_p, sizeof (jmem_heap_free_t)); in jmem_heap_alloc()238 remaining_p->size = current_p->size - (uint32_t) required_size; in jmem_heap_alloc()[all …]
214 ecma_object_t *remaining_p = ecma_get_object_from_value (remaining); in ecma_builtin_promise_remaining_inc_or_dec() local215 ecma_extended_object_t *ext_object_p = (ecma_extended_object_t *) remaining_p; in ecma_builtin_promise_remaining_inc_or_dec()