Home
last modified time | relevance | path

Searched refs:smaller_capacity (Results 1 – 1 of 1) sorted by path

/libuv/src/win/
H A Dcore.c123 int smaller_capacity; in uv__loops_remove() local
152 smaller_capacity = uv__loops_capacity / 2; in uv__loops_remove()
153 if (uv__loops_size >= smaller_capacity) in uv__loops_remove()
155 new_loops = uv__realloc(uv__loops, sizeof(uv_loop_t*) * smaller_capacity); in uv__loops_remove()
159 uv__loops_capacity = smaller_capacity; in uv__loops_remove()

Completed in 7 milliseconds