Home
last modified time | relevance | path

Searched refs:heap (Results 51 – 75 of 130) sorted by relevance

123456

/Zephyr-latest/lib/
DKconfig14 source "lib/heap/Kconfig"
/Zephyr-latest/subsys/tracing/sysview/
DSYSVIEW_Zephyr.txt83 76 k_heap_init heap=%I, mem=%p, bytes=%u
84 77 k_heap_alloc heap=%I, bytes=%u, Timeout=%TimeOut | Returns %p
85 77 k_heap_calloc heap=%I, num=%u, size=%u, Timeout=%TimeOut | Returns %p
86 78 k_heap_free heap=%I, mem=%p
87 79 k_heap_aligned_alloc heap=%I
/Zephyr-latest/subsys/mgmt/mcumgr/grp/enum_mgmt/
DKconfig51 Selects if the stack or heap will be used for variables that are needed when processing
80 Use dynamic heap memory allocation through malloc, if there is insufficient heap memory
/Zephyr-latest/drivers/mspi/
DKconfig.ambiq21 This option specifies the mspi buffer/heap start address
Dmspi_ambiq.h21 .heap = \
/Zephyr-latest/samples/subsys/llext/edk/app/src/
Dmain.c120 struct k_heap *heap, in run_extension_on_thread() argument
139 k_thread_heap_assign(thread, heap); in run_extension_on_thread()
/Zephyr-latest/boards/nxp/mimxrt595_evk/
DKconfig.defconfig17 # Memory from the heap pool is used to allocate DMA descriptors for
/Zephyr-latest/soc/espressif/esp32s3/
DKconfig25 then the other 16KB will be managed by heap allocator.
86 the other 32KB will be added to the heap.
98 # For 16KB the actual configuration is 32kb cache, but 16kb will be reserved for heap at startup
/Zephyr-latest/soc/mediatek/mt8xxx/
DKconfig.defconfig73 # happens. The libc heap normally wants to steal all of it, when in
74 # fact SOF has its own heap. Just leave a little for stray malloc()
/Zephyr-latest/lib/acpi/
DKconfig27 # Default minimum system heap required by ACPI
/Zephyr-latest/soc/espressif/esp32/
DKconfig30 as DRAM, system heap allocates area from region 0.
32 to heap and can be allocated using k_malloc.
/Zephyr-latest/lib/heap/
Dshared_multi_heap.c39 if (h->heap == NULL) { in smh_choice()
/Zephyr-latest/doc/services/llext/
Dconfig.rst11 The LLEXT subsystem needs a static heap to be allocated for extension related
16 Size of the LLEXT heap in kilobytes.
20 When :ref:`user mode <usermode_api>` is enabled, the heap size must be
/Zephyr-latest/tests/benchmarks/latency_measure/
DREADME.rst27 * Measure average time to alloc memory from heap then free that memory
106heap.malloc.immediate - Average time for heap malloc : …
107heap.free.immediate - Average time for heap free : …
159heap.malloc.immediate - Average time for heap malloc : …
160heap.free.immediate - Average time for heap free : …
216heap.malloc.immediate - Average time for heap malloc : …
217heap.free.immediate - Average time for heap free : …
352heap.malloc.immediate - Average time for heap malloc : …
353heap.free.immediate - Average time for heap free : …
/Zephyr-latest/include/zephyr/drivers/usb/
Dudc_buf.h91 .heap = { \
/Zephyr-latest/boards/nordic/nrf9280pdk/
Dnrf9280pdk_nrf9280-memory_map.dtsi90 /* TX heap, user defined */
95 /* RX heap, user defined */
/Zephyr-latest/modules/lvgl/
DKconfig.memory29 Use C library malloc and free to allocate objects on the C library heap
35 Use a dedicated memory pool from a private sys heap.
/Zephyr-latest/drivers/mm/
DKconfig28 managing memory, such as by usinga heap allocator.
/Zephyr-latest/boards/nxp/lpcxpresso55s69/
Dlpcxpresso55s69_lpc55s69_cpu0_ns.dts105 * Since memory from the heap pool is allocated based on the number
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig31 bool "Use heap mem pool for flash image DFU context"
33 Use heap to allocate flash image upload context, otherwise a static variable will
39 Make sure with testing, when enabling the option, that the heap has enough size
41 possible to allocate such context when heap is under pressure, due to application
/Zephyr-latest/boards/qemu/x86/
DKconfig.defconfig110 # Need to accommodate the heap for newlib or common malloc in libc-hook.c
/Zephyr-latest/lib/hash/
DKconfig.hash_map27 the heap.
/Zephyr-latest/drivers/display/
DKconfig.stm32_ltdc56 bool "Use shared multi heap for the display buffer"
/Zephyr-latest/tests/kernel/mem_protect/protection/
DREADME.rst15 * Execute from heap.
/Zephyr-latest/subsys/zbus/
DKconfig39 bool "Use heap to allocate msg_subscriber buffers data"

123456