Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Datexit.h24 #define _ATEXIT_SIZE 32 /* must be at least 32 to guarantee ANSI conformance */ macro
27 void * _fnargs[_ATEXIT_SIZE]; /* user fn args */
28 void * _dso_handle[_ATEXIT_SIZE];
40 void (*_fns[_ATEXIT_SIZE])(void); /* the table itself */
D__atexit.c75 if (p->_ind >= _ATEXIT_SIZE) in __register_exitproc()