Searched full:allocating (Results 1 – 25 of 90) sorted by relevance
1234
/Zephyr-Core-3.6.0/tests/lib/newlib/heap_listener/src/ |
D | main.c | 44 * and verifies that the heap listener is notified of allocating or returning 51 TC_PRINT("Allocating memory...\n"); in ZTEST()
|
/Zephyr-Core-3.6.0/include/zephyr/sys/ |
D | hash_map_sc.h | 35 * @note The allocator @p _alloc_func is used for allocating internal Hashmap 52 * @note The allocator @p _alloc is used for allocating internal Hashmap
|
D | hash_map_cxx.h | 35 * @note The allocator @p _alloc is used for allocating internal Hashmap 52 * @note The allocator @p _alloc is used for allocating internal Hashmap
|
D | hash_map_oa_lp.h | 39 * @note The allocator @p _alloc is used for allocating internal Hashmap 56 * @note The allocator @p _alloc is used for allocating internal Hashmap
|
D | hash_map.h | 35 * @note The allocator @p _alloc is used for allocating internal Hashmap 63 * @note The allocator @p _alloc is used for allocating internal Hashmap
|
/Zephyr-Core-3.6.0/tests/arch/arm64/arm64_gicv3_its/boards/ |
D | fvp_base_revc_2xaemv8a.conf | 14 # To permit allocating 256 ITT tables of 32 ITEs, 13x64K HEAP_MEM is needed
|
/Zephyr-Core-3.6.0/tests/kernel/mem_slab/mslab_threadsafe/src/ |
D | test_mslab_threadsafe.c | 22 * allocating 3 blocks each, so it's possible in exhaustion situations 69 * validates the synchronization of threads by allocating and
|
/Zephyr-Core-3.6.0/drivers/dma/ |
D | Kconfig.mcux_lpc | 25 The MCUX LPC DMA driver can save memory by not allocating static data
|
/Zephyr-Core-3.6.0/snippets/xen_dom0/boards/ |
D | qemu_cortex_a53.overlay | 35 * (XEN) Allocating 1:1 mappings for dom0:
|
D | rcar_salvator_xs_m3.overlay | 31 * (XEN) Allocating 1:1 mappings for dom0:
|
D | rcar_h3ulcb_ca57.overlay | 31 * (XEN) Allocating 1:1 mappings for dom0:
|
/Zephyr-Core-3.6.0/drivers/pcie/host/ |
D | pcie_ecam.c | 92 /* Linux & U-Boot avoids allocating PCI resources from address 0 */ in pcie_ecam_init() 101 /* Linux & U-Boot avoids allocating PCI resources from address 0 */ in pcie_ecam_init() 110 /* Linux & U-Boot avoids allocating PCI resources from address 0 */ in pcie_ecam_init() 333 /* We do not support allocating vectors for multiple BDFs for now, in pcie_ecam_msi_device_setup() 335 * re-allocating a proper table in ITS for each BDF since we can't be in pcie_ecam_msi_device_setup()
|
/Zephyr-Core-3.6.0/tests/lib/fdtable/src/ |
D | main.c | 116 zassert_equal_ptr(obj, NULL, "obj is different after allocating"); in ZTEST() 117 zassert_equal_ptr(vtable, NULL, "vtable is different after allocating"); in ZTEST()
|
/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | mailq.c | 79 /* Try allocating mail to a full queue immediately in send_thread() 87 /* Try allocating mail to a full queue within a duration in send_thread()
|
/Zephyr-Core-3.6.0/modules/lvgl/ |
D | Kconfig.memory | 86 Type of allocation that should be used for allocating rendering buffers
|
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/ace/ |
D | pmc_interface.h | 72 * SRAM config - Any FW allocating HP-SRAM is expected to report allocated number of banks.
|
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/ |
D | a2dp.h | 97 * to take care of allocating the memory, the preset pointer and then pass the
|
/Zephyr-Core-3.6.0/subsys/net/ip/ |
D | Kconfig.debug | 33 This value is used when allocating space for tracking the
|
/Zephyr-Core-3.6.0/dts/bindings/mtd/ |
D | atmel,sam-flash.yaml | 61 mcuboot and a allocating a storage partition:
|
/Zephyr-Core-3.6.0/tests/boards/espressif_esp32/cache_coex/ |
D | README.rst | 10 a common cache. It does so by allocating a big PSRAM memory chunk and repeatedly filling that region
|
/Zephyr-Core-3.6.0/include/zephyr/drivers/interrupt_controller/ |
D | intc_esp32c3.h | 62 * is 0, it will default to allocating a non-shared interrupt of level
|
/Zephyr-Core-3.6.0/subsys/demand_paging/backing_store/ |
D | ram.c | 41 * the previous clean page location instead of allocating
|
/Zephyr-Core-3.6.0/doc/kernel/memory_management/ |
D | heap.rst | 23 Allocating Memory 180 Allocating Memory
|
/Zephyr-Core-3.6.0/drivers/interrupt_controller/ |
D | intc_esp32c3.c | 28 * Define this to debug the choices made when allocating the interrupt. This leads to much debugging
|
D | intc_gicv3_its.c | 209 LOG_INF("Allocating %s table of %ldx%ldK pages (%ld bytes entry)", in its_alloc_tables() 521 LOG_INF("Allocating Level 2 Device %ldK table", in gicv3_its_init_device_id() 543 LOG_INF("Allocating ITT for DeviceID %x and %d vectors (%ld bytes entry)", in gicv3_its_init_device_id()
|
1234