Home
last modified time | relevance | path

Searched full:release (Results 1 – 25 of 30) sorted by relevance

12

/picolibc-latest/doc/
Dreleasing.md32 * Builds and installs minsize and release builds
41 6. Add release notes to README.md
45 8. Commit release notes and meson.build
49 9. Use native configuration to build release:
56 10. Tag release
69 13. Upload release to web site:
73 14. Create new release on picolibc wiki pasting in relevant README.md
76 15. Create new release on github site, pasting in relevant README.md
77 section. Upload release tar and arm embedded toolkit zip files.
79 16. Email release message to mailing list. Paste in README.md section
[all …]
Dlocking.md82 Release a non-recursive mutex.
101 Release a recursive mutex. A thread thread must release the mutex as
/picolibc-latest/scripts/
Dtest-picolibc12 reloptions="$options --buildtype=release -Dbuild-type-subdir=release -Dwerror=true"
29 DIR=$PICOLIBC_DIR/builds/build-$arch-release
46 reloptions="$options --buildtype=release -Dpicolibc-buildtype=release"
63 DIR=$GLIBC_DIR/builds/build-$arch-release
Ddo-arm-tk33 RELEASE_DIR="$PICOLIBC"/builds/build-arm-tk-release
54 …ts/do-arm-configure -Dsysroot-install=true -Dbuild-type-subdir=release --buildtype=release -Dmulti…
58 …ts/do-arm-configure -Dsysroot-install=true -Dbuild-type-subdir=release --buildtype=release -Dmulti…
/picolibc-latest/.github/workflows/
Dsteps-release1 - name: Release test
3 …ax_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.meson_flags }} --buildtype release"
DMakefile10 steps-release
24 steps-release
Dzephyr.yml18 # .github/do-zephyr --buildtype release
118 release-zephyr:
174 - name: Release test
176 …ax_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.meson_flags }} --buildtype release"
Dmake-workflow-zephyr5 for build in minsize release; do
Dmake-workflow15 for build in minsize release; do
Dlinux.yml172 release-linux:
228 - name: Release test
230 …ax_size=${{ env.CCACHE_SIZE }} && ${{ matrix.test }} ${{ matrix.meson_flags }} --buildtype release"
Dhead-zephyr18 # .github/do-zephyr --buildtype release
/picolibc-latest/newlib/libc/sys/amdgcn/
Dlock.c148 __builtin_sprintf (buf,"release:%p lock_value:0x%x id:0x%x", lock_ptr, in __gcn_lock_release()
164 __builtin_sprintf (buf, "release recursive:%p lock_value:0x%x id:0x%x", in __gcn_lock_release_recursive()
172 /* Decrement or release the lock. */ in __gcn_lock_release_recursive()
/picolibc-latest/test/
Dlock-valid.c112 /* Release non-recursive lock */
119 /* Release recursive lock */
/picolibc-latest/
DREADME.md148 ### Picolibc release 1.8.8
156 ### Picolibc release 1.8.7
283 * Merge in newlib annual release (4.4.0). Some minor updates to
703 13. Support for multiple build-styles of picolibc (minsize/release)
1068 This release contains an important TLS fix for ARM along with a few
1090 This release was focused on cleaning up the copyright and license
1108 This release now includes tests, and fixes bugs found by them.
1128 This release includes important fixes in picolibc.ld and more
1149 A minor update from 1.0, this release includes:
1173 This is the first release of picolibc. Major changes from newlib
/picolibc-latest/.github/
Ddo-cmake-linux6 for buildtype in Debug Release RelWithDebInfo MinSizeRel; do
Dlinux-files.txt7 https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm/releases/download/release-18.1.3/LL…
/picolibc-latest/newlib/
DREADME1 README for newlib-4.2.0 release
2 (mostly cribbed from the README in the gdb-4.13 release)
7 Prior to the 3.0.0 release, newlib supported both ANSI and K&R-style
12 COPYING.NEWLIB for details. The rest of the release tree is under either
526 latest release, the following were used: autoconf 2.69 and automake 1.15.1.
/picolibc-latest/newlib/libc/stdio64/
Dfopen64.c78 fp->_flags = 0; /* release */ in fopen64()
/picolibc-latest/newlib/libc/stdio/
Dfclose.c104 fp->_flags = 0; /* release this FILE for reuse */ in fclose()
Dopen_memstream.c319 fp->_flags = 0; /* release */ in internalopen_memstream()
344 fp->_flags = 0; /* release */ in internalopen_memstream()
Dfopen.c132 fp->_flags = 0; /* release */ in fopen()
Dfopencookie.c218 fp->_flags = 0; /* release */ in fopencookie()
/picolibc-latest/newlib/libm/common/
Ds_cbrt.c36 <<cbrt>> is in System V release 4. <<cbrtf>> is an extension.
/picolibc-latest/newlib/libc/machine/xstormy16/
Dtiny-malloc.c20 Release the chunk of memory pointed to by p, or no effect if p is null.
38 Release all but pad bytes of freed top-most memory back
/picolibc-latest/newlib/libc/stdlib/
Dmallocr.c43 Release the chunk of memory pointed to by p, or no effect if p is null.
68 Release all but pad bytes of freed top-most memory back
631 controlling release of large blocks via trimming versus mapping
705 menas that even trimming via malloc_trim would not release them.
1804 /* If possible, release the rest. */ in malloc_extend_top()
2172 2. If the chunk was allocated via mmap, it is release via munmap().
2214 if (hd & IS_MMAPPED) /* release mmapped memory. */ in fREe()
2861 long extra; /* Amount to release */ in malloc_trim()
2872 if (extra < (long)pagesz) /* Not enough memory to release */ in malloc_trim()

12