Home
last modified time | relevance | path

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

/picolibc-3.5.0-3.4.0/newlib/libc/machine/i960/
Dstrdup.S60 callj _malloc # Allocate the storage
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dfmemopen.c74 void *storage; /* storage to free on close */ member
260 free (c->storage); in fmemcloser()
298 c->storage = c; in fmemopen()
Dopen_memstream.c81 void *storage; /* storage to free on close */ member
288 free (c->storage); in memcloser()
351 c->storage = c; in internalopen_memstream()
/picolibc-3.5.0-3.4.0/doc/
Dtls.md18 Picolibc does this by using the built-in thread-local-storage
24 2) Thread local storage contains only values used by the
35 Local-exec defines a single block of storage for all TLS
Dbuild.md144 …texit data structure as global, instead of in TLS. <br> If `thread-local-storage` == false, then t…
150 ### Thread local storage support
161 | thread-local-storage | auto | Use TLS for global variables. Default is automatic based …
163 | newlib-global-errno | false | Use single global errno even when thread-local-storage=tr…
/picolibc-3.5.0-3.4.0/newlib/libc/signal/
Dsignal.tex73 allow your signal handlers to declare a static storage location where
74 they may store a signal value. (Static storage is not otherwise
/picolibc-3.5.0-3.4.0/
Dpicolibc.h.in23 /* use thread local storage */
26 /* use thread local storage */
Dmeson_options.txt239 # Thread-local storage support
241 option('thread-local-storage', type: 'combo', choices: ['true', 'false', 'auto', 'picolibc'], value…
242 …description: 'use thread local storage for static data ("picolibc": picolibc and toolchain support…
244 description: 'Set TLS model. No-op when thread-local-storage is false')
DCMakeLists.txt82 # use thread local storage
84 option(PICOLIBC_TLS "use thread local storage for static data" ON)
87 # use thread local storage
Dpicolibc.ld.in232 /* Make the rest of memory available for heap storage */
Dmeson.build441 thread_local_storage_option = get_option('thread-local-storage')
449 thread_local_storage = get_option('thread-local-storage') == 'true'
1043 conf_data.set('NEWLIB_TLS', thread_local_storage, description: 'use thread local storage')
1044 conf_data.set('PICOLIBC_TLS', thread_local_storage, description: 'use thread local storage')
DCOPYING.GPL2131 a storage or distribution medium does not bring the other work under
DREADME.md95 changes in the build system and per-thread data storage, the bulk of
/picolibc-3.5.0-3.4.0/newlib/libc/machine/hppa/
DDEFS.h114 ; The EXIT macro defines a label (PROF_foo), and a word of storage.
/picolibc-3.5.0-3.4.0/newlib/
Dnewlib.hin406 restricted storage. */
409 /* Define to enable thread-local storage objects as a replacment for struct
DREADME308 Enable thread-local storage objects as a replacement for struct _reent
310 thread-local storage objects are provided for each member of the default
DChangeLog-201512062 before looking at storage location.
20217 when storage exceeds reasonable limit.
21511 shift operators so register will be used instead of storage.
25183 problems with storage leaks and handling of numbers with very
/picolibc-3.5.0-3.4.0/cmake/
DTC-arm-none-eabi.ld214 /* Make the rest of memory available for heap storage */