Home
last modified time | relevance | path

Searched refs:free (Results 226 – 250 of 298) sorted by relevance

12345678910>>...12

/Zephyr-latest/doc/contribute/
Dguidelines.rst168 Any contributions made as part of submitted pull requests are considered free
194 If you haven't already done so, you'll need to create a (free) GitHub account
703 Coverity Scan is a free service for static code analysis of Open Source
711 be freed with free() later. It follows all branches and function calls to see
712 if all possible combinations free the memory. The analyzer is able to detect
714 dereferencing, use after free, unchecked return values, dead code, buffer
/Zephyr-latest/boards/st/stm32f769i_disco/doc/
Dindex.rst37 - Comprehensive free software including a variety of examples, part of the STM32Cube package
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/src/
Dtest_unicast_stop.c102 free(f); in cap_initiator_test_unicast_stop_teardown()
Dtest_unicast_start.c100 free(f); in cap_initiator_test_unicast_start_teardown()
/Zephyr-latest/tests/bluetooth/audio/cap_commander/src/
Dtest_broadcast_reception.c118 free(f); in cap_commander_test_broadcast_reception_teardown()
Dtest_vcp.c64 free(f); in cap_commander_test_vcp_teardown()
/Zephyr-latest/soc/intel/intel_adsp/tools/
Dcavstool.py335 free = int(runx("awk '/HugePages_Free/ {print $2}' /proc/meminfo"))
336 if free == 0:
/Zephyr-latest/doc/kernel/data_structures/
Dring_buffers.rst105 which returns the number of free bytes or free 32-bit item words respectively,
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst27 …During this time other threads are not blocked in any way as long as there are enough free blocks …
32 Again, other threads are not blocked as long as there are enough free blocks for them.
/Zephyr-latest/boards/st/nucleo_h723zg/doc/
Dindex.rst18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software
/Zephyr-latest/tests/bluetooth/audio/ascs/src/
Dmain.c111 free(f); in ascs_test_suite_teardown()
/Zephyr-latest/drivers/i3c/
Di3c_common.c712 free(deftgts); in i3c_bus_deftgts()
/Zephyr-latest/boards/seeed/lora_e5_dev_board/doc/
Dlora_e5_dev_board.rst49 - Comprehensive free software libraries and examples available with the
/Zephyr-latest/kernel/
DKconfig.vm156 paging that do not count towards free memory. This is to
/Zephyr-latest/doc/releases/
Drelease-notes-1.6.rst197 * ``ZEP-636`` - Add FS API to get volume total and free space
226 * ``ZEP-920`` - Investigate malloc/free support
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_0.rst341 | "nfree" | number of free blocks. |
343 | "min" | lowest number of free blocks the pool reached during run-time. |
/Zephyr-latest/drivers/dma/
Ddma_smartbond.c850 stat->free = 0; in dma_smartbond_get_status()
/Zephyr-latest/boards/st/stm32mp157c_dk2/doc/
Dstm32mp157_dk2.rst206 free for future serial interactions with Arduino shield, the Zephyr UART console
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp_internal.h9 void *free; member
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst245 Applications are free to implement their own error handling policy by
/Zephyr-latest/doc/hardware/peripherals/can/
Dshell.rst231 timestamp from the free-running timestamp counter in the CAN controller.
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst49 structure of the BLOB, and applications are free to define any encoding or compression they'd like
/Zephyr-latest/boards/st/nucleo_wl55jc/doc/
Dnucleo_wl55jc.rst34 - Comprehensive free software libraries and examples available with the
/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c39 #define mbedtls_free free
/Zephyr-latest/drivers/gnss/
Dgnss_u_blox_m8.c804 free(payload); in ubx_m8_set_enabled_systems()

12345678910>>...12