Home
last modified time | relevance | path

Searched refs:allocate (Results 26 – 50 of 94) sorted by relevance

1234

/Zephyr-latest/drivers/display/
DKconfig.mcux_elcdif17 int "Framebuffers to allocate in driver"
21 Number of framebuffers to allocate in ELCDIF driver. Driver allocated
/Zephyr-latest/doc/kernel/data_structures/
Dindex.rst21 allocate node objects because the memory is provided by the user).
/Zephyr-latest/samples/net/ipv4_autoconf/
DREADME.rst13 parties try to allocate an identical address.
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dl2cap.rst32 allocate channel instances.
/Zephyr-latest/subsys/zbus/
DKconfig39 bool "Use heap to allocate msg_subscriber buffers data"
/Zephyr-latest/drivers/interrupt_controller/
DKconfig.gic64 enough to allocate ITS tables (size is probed at runtime).
/Zephyr-latest/drivers/virtualization/
DKconfig40 MSI-X vector holders must be pre-allocated. One can pre-allocate
/Zephyr-latest/soc/espressif/common/
DKconfig31 Enabling this will allocate SRAM area starting from the last linked data at the symbolic `_end`,
/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst7 dynamically allocate memory.
146 threads to dynamically allocate memory from a common memory region in
156 A thread can dynamically allocate a chunk of heap memory by calling
226 Use the heap memory pool to dynamically allocate memory in a
Dsys_mem_blocks.rst84 To allocate memory blocks from group,
183 To allocate and free memory blocks from the group:
Dslabs.rst138 Use a memory slab to allocate and free memory in fixed-size blocks.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_pkt.rst83 To allocate a buffer, a net_pkt needs to have at least its network
114 will successfully allocate 800 + 20 + 8 bytes of buffer for the new
121 will successfully allocate 1500 bytes, and where 20 + 8 bytes (IPv4 +
130 will allocate 800 bytes and no extra header space.
137 will allocate 1514 bytes, the MTU + Ethernet header space.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig33 Use heap to allocate flash image upload context, otherwise a static variable will
40 to allocate this context or it will not be possible to perform DFU; it may also not be
41 possible to allocate such context when heap is under pressure, due to application
/Zephyr-latest/tests/benchmarks/thread_metric/
DKconfig58 is able to allocate and then release a 128-byte block. This number
/Zephyr-latest/doc/kernel/services/
Dindex.rst67 [1] Callers allocate space for queue overhead in the data
/Zephyr-latest/modules/lvgl/
DKconfig.memory29 Use C library malloc and free to allocate objects on the C library heap
/Zephyr-latest/doc/services/mem_mgmt/
Dindex.rst96 to define and create a set of memory heaps from which the user can allocate
115 allocate memory from those regions:
/Zephyr-latest/drivers/ethernet/
DKconfig.sam_gmac70 at least one complete Ethernet frame. SAM ETH driver will always allocate
/Zephyr-latest/subsys/settings/
DKconfig96 Number of areas to allocate in the settings FCB. A smaller number is
/Zephyr-latest/doc/hardware/cache/
Dguide.rst98 allocate variables to it using ``__nocache``. Any variables marked with this
103 may allocate this region anywhere in RAM.
/Zephyr-latest/dts/arm/nxp/
Dnxp_lpc54xxx.dtsi63 * to allocate memory to the different cores of the dual-core platforms.
/Zephyr-latest/doc/kernel/services/data_passing/
Dstacks.rst115 can dynamically allocate an unused data structure.
/Zephyr-latest/doc/develop/languages/c/
Dindex.rst106 * allocate memory blocks inside the ``z_malloc_partition`` memory partition
/Zephyr-latest/doc/hardware/arch/
Dx86.rst45 is done at the page directory level, there is no need to allocate
/Zephyr-latest/tests/subsys/logging/log_blocking/
DREAME.md85 unable to allocate new log messages and it will be stalled.

1234