Searched refs:__idtabsiz (Results 1 – 1 of 1) sorted by relevance
77 static unsigned __idtabsiz; variable95 process_handle_pair* const last = first + __idtabsiz; in idtab()110 if (__idtabsiz + 1 < __idtabsiz) in idtab()113 if (__idtabsiz + 1 >= SIZE_MAX / sizeof(process_handle_pair)) in idtab()116 …process_handle_pair* const newptr = _recalloc_crt_t(process_handle_pair, __idpairs, __idtabsiz + 1… in idtab()121 process_handle_pair* const pairptr = newptr + __idtabsiz; in idtab()122 ++__idtabsiz; in idtab()