Home
last modified time | relevance | path

Searched refs:free (Results 151 – 175 of 298) sorted by relevance

12345678910>>...12

/Zephyr-latest/doc/services/net_buf/
Dindex.rst126 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/
Dlibc-hooks.c421 free(lock); in __retarget_lock_close()
432 free(lock); in __retarget_lock_close_recursive()
DKconfig22 free physical memory at kernel boot.
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt58 free
/Zephyr-latest/doc/develop/languages/c/
Dcommon_libc.rst27 management interface functions such as :c:func:`malloc` and :c:func:`free`.
/Zephyr-latest/samples/subsys/modbus/rtu_client/
DREADME.rst17 but it should work with any board that has a free UART interface.
/Zephyr-latest/include/zephyr/sys/
Dhash_map.h111 free(ptr); in sys_hashmap_default_allocator()
/Zephyr-latest/boards/qemu/arc/doc/
Dindex.rst18 * ARC core free-running timers/counters Timer0 & Timer1
/Zephyr-latest/tests/lib/cmsis_dsp/transform/src/
Dcf64.c49 free(output); in test_arm_cfft_f64_cmplx_backend()
Dcf16.c49 free(output); in test_arm_cfft_f16_cmplx_backend()
Dcf32.c49 free(output); in test_arm_cfft_f32_cmplx_backend()
/Zephyr-latest/boards/native/nrf_bsim/common/
Dbsim_args_runner.c228 free(extra_argv); in clear_extra_args()
/Zephyr-latest/kernel/
Dkheap.c174 SYS_PORT_TRACING_OBJ_FUNC(k_heap, free, heap); in k_heap_free()
/Zephyr-latest/subsys/net/lib/sockets/
Dgetaddrinfo.c464 free(*res); in zsock_getaddrinfo()
479 free(ai); in zsock_freeaddrinfo()
/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst41 :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/
Dsupp_main.c394 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/
Dzms.rst152 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/
DREADME.rst17 reserved for BT and WIFI messages, and channels 2 and 3 is free to
/Zephyr-latest/include/zephyr/
Dnet_buf.h1080 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/
Dindex.rst39 The following steps use minicom for serial communication, feel free to use
/Zephyr-latest/tests/bluetooth/audio/cap_commander/src/
Dtest_distribute_broadcast_code.c101 free(f); in cap_commander_test_distribute_broadcast_code_teardown()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_conn.c138 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/
Dindex.rst18 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/
Daarch32.rst17 The Armv8-R AEM FVP is a free of charge Armv8-R Fixed Virtual Platform. It
/Zephyr-latest/boards/st/nucleo_f756zg/doc/
Dindex.rst18 The STM32 Nucleo-144 board comes with the STM32 comprehensive free software
40 - Comprehensive free software libraries and examples available with the

12345678910>>...12