Searched refs:new_chunk (Results 1 – 1 of 1) sorted by relevance
364 struct threads_table_el *new_chunk; in ttable_get_empty_slot() local366 new_chunk = calloc(NCT_ALLOC_CHUNK_SIZE, sizeof(struct threads_table_el)); in ttable_get_empty_slot()367 if (new_chunk == NULL) { /* LCOV_EXCL_BR_LINE */ in ttable_get_empty_slot()373 tt_el->next = new_chunk; in ttable_get_empty_slot()377 ttable_init_elements(new_chunk, NCT_ALLOC_CHUNK_SIZE); in ttable_get_empty_slot()
Completed in 4 milliseconds