Searched refs:IWULIST_ALLOC_UNIT (Results 1 – 1 of 1) sorted by relevance
183 #define IWULIST_ALLOC_UNIT 32 macro190 initial_length = IWULIST_ALLOC_UNIT; in iwulist_init()215 return iwulist_init(list, IWULIST_ALLOC_UNIT, list->usize); in iwulist_clear()249 size_t anum = list->num > IWULIST_ALLOC_UNIT ? list->num : IWULIST_ALLOC_UNIT; in iwulist_clone()302 if ((list->anum > IWULIST_ALLOC_UNIT) && (list->anum >= num * 2)) { in iwulist_pop()307 size_t anum = num > IWULIST_ALLOC_UNIT ? num : IWULIST_ALLOC_UNIT; in iwulist_pop()325 if ((list->anum > IWULIST_ALLOC_UNIT) && (list->anum >= num * 2)) { in iwulist_shift()330 size_t anum = num > IWULIST_ALLOC_UNIT ? num : IWULIST_ALLOC_UNIT; in iwulist_shift()382 if ((list->anum > IWULIST_ALLOC_UNIT) && (list->anum >= list->num * 2)) { in iwulist_remove()387 size_t anum = list->num > IWULIST_ALLOC_UNIT ? list->num : IWULIST_ALLOC_UNIT; in iwulist_remove()