Searched refs:storage (Results 1 – 18 of 18) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/machine/i960/ |
D | strdup.S | 60 callj _malloc # Allocate the storage
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | fmemopen.c | 74 void *storage; /* storage to free on close */ member 260 free (c->storage); in fmemcloser() 298 c->storage = c; in fmemopen()
|
D | open_memstream.c | 81 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/ |
D | tls.md | 18 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
|
D | build.md | 144 …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/ |
D | signal.tex | 73 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/ |
D | picolibc.h.in | 23 /* use thread local storage */ 26 /* use thread local storage */
|
D | meson_options.txt | 239 # 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')
|
D | CMakeLists.txt | 82 # use thread local storage 84 option(PICOLIBC_TLS "use thread local storage for static data" ON) 87 # use thread local storage
|
D | picolibc.ld.in | 232 /* Make the rest of memory available for heap storage */
|
D | meson.build | 441 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')
|
D | COPYING.GPL2 | 131 a storage or distribution medium does not bring the other work under
|
D | README.md | 95 changes in the build system and per-thread data storage, the bulk of
|
/picolibc-3.5.0-3.4.0/newlib/libc/machine/hppa/ |
D | DEFS.h | 114 ; The EXIT macro defines a label (PROF_foo), and a word of storage.
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | newlib.hin | 406 restricted storage. */ 409 /* Define to enable thread-local storage objects as a replacment for struct
|
D | README | 308 Enable thread-local storage objects as a replacement for struct _reent 310 thread-local storage objects are provided for each member of the default
|
D | ChangeLog-2015 | 12062 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/ |
D | TC-arm-none-eabi.ld | 214 /* Make the rest of memory available for heap storage */
|