Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/subsys/net/ip/
DKconfig.debug17 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.
DKconfig1063 Collect net_pkt allocation statistics, like number of allocations,
1065 succeeded and failed allocations.
/Zephyr-latest/doc/kernel/usermode/
Dmpu_stack_objects.rst12 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
Dkernelobjects.rst30 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
Dmemory_domain.rst101 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/
DKconfig10 # This makes 11x64K to permit all allocations to success.
/Zephyr-latest/lib/heap/
DKconfig42 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/
DKconfig35 of allocations in a given memory block.
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_shell.rst18 "net allocs", "Print network memory allocations. Only available if
/Zephyr-latest/doc/services/storage/disk/
Dnvme.rst71 While this is not a problem for advanced OS managing virtual memory and dynamic allocations
/Zephyr-latest/doc/kernel/memory_management/
Dheap.rst63 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/
Ddma.rst38 Drivers should not attempt to use heap allocations of any kind. If object pools are needed for
/Zephyr-latest/include/zephyr/arch/x86/
Dmemory.ld51 /* "kernel RAM" for linker VMA allocations starts at the offset */
/Zephyr-latest/doc/services/llext/
Dconfig.rst56 Minimize allocations
/Zephyr-latest/boards/qemu/x86/
Dqemu_x86_tiny.ld46 /* "kernel RAM" for linker VMA allocations starts at the offset */
/Zephyr-latest/subsys/net/lib/lwm2m/
DKconfig385 bool "Log allocations of encode buffers for block wise transfer"
/Zephyr-latest/drivers/wifi/nxp/
DKconfig.nxp1185 memory allocations and frees done by
/Zephyr-latest/subsys/bluetooth/controller/
DKconfig.ll_sw_split522 footprint, since it limits allocations per advertising chain to the bare
/Zephyr-latest/doc/contribute/coding_guidelines/
Dindex.rst727 … `MEM05-C <https://wiki.sei.cmu.edu/confluence/display/c/MEM05-C.+Avoid+large+stack+allocations>`_
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst189 to do memory allocations when mapping memory. Because of this,
Drelease-notes-2.4.rst1106 * :github:`27721` - Concurrent file descriptor allocations may return the same descriptor
Drelease-notes-2.6.rst1319 * :github:`34748` - Native posix: Segmentation fault in case of allocations without explicit heap a…