Home
last modified time | relevance | path

Searched refs:handle_alloc (Results 1 – 1 of 1) sorted by relevance

/system/ulib/launchpad/
A Dlaunchpad.c52 size_t handle_alloc; member
278 if (lp->handle_alloc - lp->handle_count < n) { in more_handles()
279 size_t alloc = lp->handle_alloc == 0 ? 8 : lp->handle_alloc * 2; in more_handles()
291 lp->handle_alloc = alloc; in more_handles()

Completed in 5 milliseconds