Searched refs:UNREF_SIZE_STEP (Results 1 – 1 of 1) sorted by relevance
1406 #define UNREF_SIZE_STEP 16 in winusb_get_device_list() macro1408 unsigned int unref_size = UNREF_SIZE_STEP; in winusb_get_device_list()1679 new_unref_list = realloc(unref_list, (unref_size + UNREF_SIZE_STEP) * sizeof(void *)); in winusb_get_device_list()1685 unref_size += UNREF_SIZE_STEP; in winusb_get_device_list()