Searched refs:free (Results 226 – 250 of 298) sorted by relevance
12345678910>>...12
/Zephyr-latest/doc/contribute/ |
D | guidelines.rst | 168 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/ |
D | index.rst | 37 - Comprehensive free software including a variety of examples, part of the STM32Cube package
|
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/src/ |
D | test_unicast_stop.c | 102 free(f); in cap_initiator_test_unicast_stop_teardown()
|
D | test_unicast_start.c | 100 free(f); in cap_initiator_test_unicast_start_teardown()
|
/Zephyr-latest/tests/bluetooth/audio/cap_commander/src/ |
D | test_broadcast_reception.c | 118 free(f); in cap_commander_test_broadcast_reception_teardown()
|
D | test_vcp.c | 64 free(f); in cap_commander_test_vcp_teardown()
|
/Zephyr-latest/soc/intel/intel_adsp/tools/ |
D | cavstool.py | 335 free = int(runx("awk '/HugePages_Free/ {print $2}' /proc/meminfo")) 336 if free == 0:
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | ring_buffers.rst | 105 which returns the number of free bytes or free 32-bit item words respectively,
|
/Zephyr-latest/doc/services/ipc/ipc_service/backends/ |
D | ipc_service_icbmsg.rst | 27 …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/ |
D | index.rst | 18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software
|
/Zephyr-latest/tests/bluetooth/audio/ascs/src/ |
D | main.c | 111 free(f); in ascs_test_suite_teardown()
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_common.c | 712 free(deftgts); in i3c_bus_deftgts()
|
/Zephyr-latest/boards/seeed/lora_e5_dev_board/doc/ |
D | lora_e5_dev_board.rst | 49 - Comprehensive free software libraries and examples available with the
|
/Zephyr-latest/kernel/ |
D | Kconfig.vm | 156 paging that do not count towards free memory. This is to
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.6.rst | 197 * ``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/ |
D | smp_group_0.rst | 341 | "nfree" | number of free blocks. | 343 | "min" | lowest number of free blocks the pool reached during run-time. |
|
/Zephyr-latest/drivers/dma/ |
D | dma_smartbond.c | 850 stat->free = 0; in dma_smartbond_get_status()
|
/Zephyr-latest/boards/st/stm32mp157c_dk2/doc/ |
D | stm32mp157_dk2.rst | 206 free for future serial interactions with Arduino shield, the Zephyr UART console
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_llcp_internal.h | 9 void *free; member
|
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 245 Applications are free to implement their own error handling policy by
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 231 timestamp from the free-running timestamp counter in the CAN controller.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 49 structure of the BLOB, and applications are free to define any encoding or compression they'd like
|
/Zephyr-latest/boards/st/nucleo_wl55jc/doc/ |
D | nucleo_wl55jc.rst | 34 - Comprehensive free software libraries and examples available with the
|
/Zephyr-latest/tests/benchmarks/mbedtls/src/ |
D | benchmark.c | 39 #define mbedtls_free free
|
/Zephyr-latest/drivers/gnss/ |
D | gnss_u_blox_m8.c | 804 free(payload); in ubx_m8_set_enabled_systems()
|
12345678910>>...12