Searched refs:new_chunk (Results 1 – 1 of 1) sorted by relevance
421 struct threads_table_el *new_chunk; in ttable_get_empty_slot() local423 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()