Home
last modified time | relevance | path

Searched refs:allocates (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/arch/sparc/
DKconfig41 # The SPARC V8 ABI allocates a stack frame of minimum 96 byte for each SAVE
/Zephyr-latest/samples/boards/espressif/spiram_test/
DREADME.rst12 It also allocates memory from internal memory and checks if the address range is correct.
/Zephyr-latest/doc/kernel/memory_management/
Dslabs.rst41 A thread that needs to use a memory block simply allocates it from a memory
124 The following code builds on the example above, and allocates a memory block,
Dheap.rst192 The following code allocates a 200 byte chunk of heap memory, then fills it
212 The following code allocates a 75 byte chunk of memory, then releases it
Dsys_mem_blocks.rst150 The following code builds on the example above which allocates 2 memory blocks,
/Zephyr-latest/modules/lz4/
DKconfig86 prompt "Control how LZ4F_compressFrame() allocates the Compression State"
/Zephyr-latest/soc/espressif/esp32/
DKconfig30 as DRAM, system heap allocates area from region 0.
/Zephyr-latest/boards/phytec/phyboard_lyra/doc/
Dphyboard_lyra_am62xx_a53.rst62 allocates Zephyr 1MB of RAM (0x82000000 to 0x82100000).
Dphyboard_lyra_am62xx_m4.rst75 allocates Zephyr 4kB of RAM (only for resource table: 0x9CC00000 to 0x9CC00400).
/Zephyr-latest/boards/beagle/beagley_ai/doc/
Dindex.rst69 The A53 Linux configuration allocates a region in DDR that is shared with
/Zephyr-latest/drivers/dma/
DKconfig.xilinx_axi_dma39 The AXI DMA driver currently allocates a single DMA descriptor for each RX transfer,
/Zephyr-latest/drivers/display/
DKconfig.mcux_elcdif40 eLCDIF driver allocates framebuffers to support partial display updates.
/Zephyr-latest/boards/ti/sk_am62/doc/
Dindex.rst49 allocates Zephyr 4kB of RAM (only for resource table: 0x9CC00000 to 0x9CC00400).
/Zephyr-latest/boards/phytec/phyboard_electra/doc/
Dindex.rst75 allocates Zephyr 4kB of RAM (only for resource table: 0xa4100000 to 0xa4100400).
/Zephyr-latest/doc/connectivity/networking/
Dnet-stack-architecture.rst90 2. The device driver allocates enough network buffers to store the received
/Zephyr-latest/soc/nordic/nrf53/
DKconfig194 Additionally, the option allocates GPIO pins that will be used by UARTE
/Zephyr-latest/subsys/net/ip/
DKconfig.tcp153 The TCP network stack allocates packets from the buffers and the
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt229 This function allocates a 128-byte block of memory from the
/Zephyr-latest/doc/build/dts/
Dtroubleshooting.rst123 driver that allocates ``struct device`` instances for that compatible.
/Zephyr-latest/doc/services/ipc/ipc_service/backends/
Dipc_service_icbmsg.rst23 * The sender allocates one or more blocks.
/Zephyr-latest/subsys/bluetooth/common/
DKconfig222 commands and the Controller side HCI drivers that allocates HCI command buffers with
/Zephyr-latest/doc/releases/
Dmigration-guide-3.6.rst472 * The :c:func:`bt_l2cap_chan_send` API no longer allocates buffers from the same pool as its `buf`
Drelease-notes-2.1.rst783 * :github:`18990` - C++ New allocates memory from kernel heap
/Zephyr-latest/subsys/bluetooth/mesh/
DKconfig852 Size of memory that Access layer uses to split model message to. It allocates
859 The maximum number of available chunks the Access layer allocates to store model payload.
/Zephyr-latest/doc/security/
Dvulnerabilities.rst703 …* sys_mem_pool_alloc allocates 'size + WB_UP(sizeof(struct sys_mem_pool_block))' in an unsafe mann…