Searched refs:allocations (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.debug | 17 module-help = Enables debug of network packet and buffer allocations and frees. 24 Enables printing of network packet and buffer allocations and frees for 29 int "How many external network packet allocations" 34 memory allocations. 75 module-help = Enables printing of network context allocations and frees.
|
D | Kconfig | 1063 Collect net_pkt allocation statistics, like number of allocations, 1065 succeeded and failed allocations.
|
/Zephyr-latest/doc/kernel/usermode/ |
D | mpu_stack_objects.rst | 12 stacks are physically contiguous allocations. This contiguous allocation 43 can include alignment of beginning and end addresses, sizes of allocations, 61 Size and alignment constraints may result in stack allocations being larger
|
D | kernelobjects.rst | 30 This is significant for certain object APIs which do temporary allocations, 80 the calling thread's resource pool. Such allocations may be freed in two
|
D | memory_domain.rst | 101 allocations. This memory is used only by the kernel and is not accessible 108 noted for users who do not want heap allocations within their application: 142 a k_heap to draw these allocations from for the target thread.
|
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/ |
D | Kconfig | 10 # This makes 11x64K to permit all allocations to success.
|
/Zephyr-latest/lib/heap/ |
D | Kconfig | 42 more successful allocations in situations of high 46 properties ("most" allocations that fit will succeed) but 103 the needed alignment on returned memory allocations. Small chunk
|
/Zephyr-latest/lib/mem_blocks/ |
D | Kconfig | 35 of allocations in a given memory block.
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_shell.rst | 18 "net allocs", "Print network memory allocations. Only available if
|
/Zephyr-latest/doc/services/storage/disk/ |
D | nvme.rst | 71 While this is not a problem for advanced OS managing virtual memory and dynamic allocations
|
/Zephyr-latest/doc/kernel/memory_management/ |
D | heap.rst | 63 of 8 bytes. All allocations are made out of a contiguous region of 74 chunks, another for 5-8, 9-16, etc...) this allows new allocations to 76 allocations are freed and added to the heap, they are automatically
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | dma.rst | 38 Drivers should not attempt to use heap allocations of any kind. If object pools are needed for
|
/Zephyr-latest/include/zephyr/arch/x86/ |
D | memory.ld | 51 /* "kernel RAM" for linker VMA allocations starts at the offset */
|
/Zephyr-latest/doc/services/llext/ |
D | config.rst | 56 Minimize allocations
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_tiny.ld | 46 /* "kernel RAM" for linker VMA allocations starts at the offset */
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | Kconfig | 385 bool "Log allocations of encode buffers for block wise transfer"
|
/Zephyr-latest/drivers/wifi/nxp/ |
D | Kconfig.nxp | 1185 memory allocations and frees done by
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 522 footprint, since it limits allocations per advertising chain to the bare
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 727 … `MEM05-C <https://wiki.sei.cmu.edu/confluence/display/c/MEM05-C.+Avoid+large+stack+allocations>`_
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 189 to do memory allocations when mapping memory. Because of this,
|
D | release-notes-2.4.rst | 1106 * :github:`27721` - Concurrent file descriptor allocations may return the same descriptor
|
D | release-notes-2.6.rst | 1319 * :github:`34748` - Native posix: Segmentation fault in case of allocations without explicit heap a…
|