/Zephyr-latest/doc/services/net_buf/ |
D | index.rst | 126 acquired from a free buffers pool by calling :c:func:`net_buf_alloc()`, 130 automatically placed back to the free buffers pool.
|
/Zephyr-latest/lib/libc/newlib/ |
D | libc-hooks.c | 421 free(lock); in __retarget_lock_close() 432 free(lock); in __retarget_lock_close_recursive()
|
D | Kconfig | 22 free physical memory at kernel boot.
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 58 free
|
/Zephyr-latest/doc/develop/languages/c/ |
D | common_libc.rst | 27 management interface functions such as :c:func:`malloc` and :c:func:`free`.
|
/Zephyr-latest/samples/subsys/modbus/rtu_client/ |
D | README.rst | 17 but it should work with any board that has a free UART interface.
|
/Zephyr-latest/include/zephyr/sys/ |
D | hash_map.h | 111 free(ptr); in sys_hashmap_default_allocator()
|
/Zephyr-latest/boards/qemu/arc/doc/ |
D | index.rst | 18 * ARC core free-running timers/counters Timer0 & Timer1
|
/Zephyr-latest/tests/lib/cmsis_dsp/transform/src/ |
D | cf64.c | 49 free(output); in test_arm_cfft_f64_cmplx_backend()
|
D | cf16.c | 49 free(output); in test_arm_cfft_f16_cmplx_backend()
|
D | cf32.c | 49 free(output); in test_arm_cfft_f32_cmplx_backend()
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | bsim_args_runner.c | 228 free(extra_argv); in clear_extra_args()
|
/Zephyr-latest/kernel/ |
D | kheap.c | 174 SYS_PORT_TRACING_OBJ_FUNC(k_heap, free, heap); in k_heap_free()
|
/Zephyr-latest/subsys/net/lib/sockets/ |
D | getaddrinfo.c | 464 free(*res); in zsock_getaddrinfo() 479 free(ai); in zsock_freeaddrinfo()
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 41 :c:func:`k_heap_free`. Similar to standard C ``free()``, the pointer 68 pointers to the previous and next chunk in a "free list" to which 77 combined with adjacent free blocks to prevent fragmentation. 92 the minimum bucket size for an allocation (the set of free blocks that
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_main.c | 394 goto free; in del_interface() 402 goto free; in del_interface() 420 goto free; in del_interface() 458 free: in del_interface() 1141 mbedtls_platform_set_calloc_free(calloc, free); in handler()
|
/Zephyr-latest/doc/services/storage/zms/ |
D | zms.rst | 152 ZMS free space calculation 155 ZMS can also return the free space remaining in the partition. 190 ZMS adds an API for the application to get the current remaining free space in a sector. 263 For example for 4 sectors of 1024 bytes, free space for data is :math:`\frac{3 \times 944}{2} = 141… 269 In this case, it is hard to estimate the free available space, as this depends on the size of 303 See :ref:`free-space`. 426 All the information regarding the effectively available free space in ZMS can be found 427 in the documentation. See :ref:`free-space`.
|
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/ |
D | README.rst | 17 reserved for BT and WIFI messages, and channels 2 and 3 is free to
|
/Zephyr-latest/include/zephyr/ |
D | net_buf.h | 1080 struct k_lifo free; member 1122 .free = Z_LIFO_INITIALIZER(_pool.free), \ 1480 k_lifo_put(&pool->free, buf); in net_buf_destroy()
|
/Zephyr-latest/boards/starfive/visionfive2/doc/ |
D | index.rst | 39 The following steps use minicom for serial communication, feel free to use
|
/Zephyr-latest/tests/bluetooth/audio/cap_commander/src/ |
D | test_distribute_broadcast_code.c | 101 free(f); in cap_commander_test_distribute_broadcast_code_teardown()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_conn.c | 138 void *free; member 143 void *free; member 209 return mem_acquire(&mem_conn_tx.free); in ll_tx_mem_acquire() 214 mem_release(tx, &mem_conn_tx.free); in ll_tx_mem_release() 1454 link = mem_acquire(&mem_link_tx.free); in ull_conn_tx_lll_enqueue() 1464 mem_release(link, &mem_link_tx.free); in ull_conn_link_tx_release() 1654 &mem_conn_tx.free); in init_reset() 1660 &mem_link_tx.free); in init_reset() 1926 link = mem_acquire(&mem_link_tx.free); in tx_ull_flush()
|
/Zephyr-latest/boards/st/nucleo_h7a3zi_q/doc/ |
D | index.rst | 18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software 38 - Comprehensive free software libraries and examples available with the
|
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/ |
D | aarch32.rst | 17 The Armv8-R AEM FVP is a free of charge Armv8-R Fixed Virtual Platform. It
|
/Zephyr-latest/boards/st/nucleo_f756zg/doc/ |
D | index.rst | 18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software 40 - Comprehensive free software libraries and examples available with the
|