Searched refs:heap (Results 51 – 75 of 130) sorted by relevance
123456
/Zephyr-latest/lib/ |
D | Kconfig | 14 source "lib/heap/Kconfig"
|
/Zephyr-latest/subsys/tracing/sysview/ |
D | SYSVIEW_Zephyr.txt | 83 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/ |
D | Kconfig | 51 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/ |
D | Kconfig.ambiq | 21 This option specifies the mspi buffer/heap start address
|
D | mspi_ambiq.h | 21 .heap = \
|
/Zephyr-latest/samples/subsys/llext/edk/app/src/ |
D | main.c | 120 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/ |
D | Kconfig.defconfig | 17 # Memory from the heap pool is used to allocate DMA descriptors for
|
/Zephyr-latest/soc/espressif/esp32s3/ |
D | Kconfig | 25 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/ |
D | Kconfig.defconfig | 73 # 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/ |
D | Kconfig | 27 # Default minimum system heap required by ACPI
|
/Zephyr-latest/soc/espressif/esp32/ |
D | Kconfig | 30 as DRAM, system heap allocates area from region 0. 32 to heap and can be allocated using k_malloc.
|
/Zephyr-latest/lib/heap/ |
D | shared_multi_heap.c | 39 if (h->heap == NULL) { in smh_choice()
|
/Zephyr-latest/doc/services/llext/ |
D | config.rst | 11 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/ |
D | README.rst | 27 * Measure average time to alloc memory from heap then free that memory 106 …heap.malloc.immediate - Average time for heap malloc : … 107 …heap.free.immediate - Average time for heap free : … 159 …heap.malloc.immediate - Average time for heap malloc : … 160 …heap.free.immediate - Average time for heap free : … 216 …heap.malloc.immediate - Average time for heap malloc : … 217 …heap.free.immediate - Average time for heap free : … 352 …heap.malloc.immediate - Average time for heap malloc : … 353 …heap.free.immediate - Average time for heap free : …
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | udc_buf.h | 91 .heap = { \
|
/Zephyr-latest/boards/nordic/nrf9280pdk/ |
D | nrf9280pdk_nrf9280-memory_map.dtsi | 90 /* TX heap, user defined */ 95 /* RX heap, user defined */
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig.memory | 29 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/ |
D | Kconfig | 28 managing memory, such as by usinga heap allocator.
|
/Zephyr-latest/boards/nxp/lpcxpresso55s69/ |
D | lpcxpresso55s69_lpc55s69_cpu0_ns.dts | 105 * Since memory from the heap pool is allocated based on the number
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 31 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/ |
D | Kconfig.defconfig | 110 # Need to accommodate the heap for newlib or common malloc in libc-hook.c
|
/Zephyr-latest/lib/hash/ |
D | Kconfig.hash_map | 27 the heap.
|
/Zephyr-latest/drivers/display/ |
D | Kconfig.stm32_ltdc | 56 bool "Use shared multi heap for the display buffer"
|
/Zephyr-latest/tests/kernel/mem_protect/protection/ |
D | README.rst | 15 * Execute from heap.
|
/Zephyr-latest/subsys/zbus/ |
D | Kconfig | 39 bool "Use heap to allocate msg_subscriber buffers data"
|
123456