Home
last modified time | relevance | path

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

/external/bison/lib/
Dspawn_faction_init.c34 int newalloc = file_actions->_allocated + 8; in __posix_spawn_file_actions_realloc() local
36 newalloc * sizeof (struct __spawn_action)); in __posix_spawn_file_actions_realloc()
43 file_actions->_allocated = newalloc; in __posix_spawn_file_actions_realloc()