Searched refs:new_chunk (Results 1 – 1 of 1) sorted by relevance
423 struct threads_table_el *new_chunk; in ttable_get_empty_slot() local425 new_chunk = calloc(NCT_ALLOC_CHUNK_SIZE, sizeof(struct threads_table_el)); in ttable_get_empty_slot()426 if (new_chunk == NULL) { /* LCOV_EXCL_BR_LINE */ in ttable_get_empty_slot()432 tt_el->next = new_chunk; in ttable_get_empty_slot()438 new_chunk[i].next = &new_chunk[i+1]; in ttable_get_empty_slot()440 new_chunk[NCT_ALLOC_CHUNK_SIZE - 1].next = NULL; in ttable_get_empty_slot()