Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/scripts/native_simulator/common/src/
Dnct.c421 struct threads_table_el *new_chunk; in ttable_get_empty_slot() local
423 new_chunk = calloc(NCT_ALLOC_CHUNK_SIZE, sizeof(struct threads_table_el)); in ttable_get_empty_slot()
424 if (new_chunk == NULL) { /* LCOV_EXCL_BR_LINE */ in ttable_get_empty_slot()
430 tt_el->next = new_chunk; in ttable_get_empty_slot()
436 new_chunk[i].next = &new_chunk[i+1]; in ttable_get_empty_slot()
438 new_chunk[NCT_ALLOC_CHUNK_SIZE - 1].next = NULL; in ttable_get_empty_slot()