Home
last modified time | relevance | path

Searched full:allocating (Results 1 – 25 of 90) sorted by relevance

1234

/Zephyr-Core-3.6.0/tests/lib/newlib/heap_listener/src/
Dmain.c44 * 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/
Dhash_map_sc.h35 * @note The allocator @p _alloc_func is used for allocating internal Hashmap
52 * @note The allocator @p _alloc is used for allocating internal Hashmap
Dhash_map_cxx.h35 * @note The allocator @p _alloc is used for allocating internal Hashmap
52 * @note The allocator @p _alloc is used for allocating internal Hashmap
Dhash_map_oa_lp.h39 * @note The allocator @p _alloc is used for allocating internal Hashmap
56 * @note The allocator @p _alloc is used for allocating internal Hashmap
Dhash_map.h35 * @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/
Dfvp_base_revc_2xaemv8a.conf14 # 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/
Dtest_mslab_threadsafe.c22 * 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/
DKconfig.mcux_lpc25 The MCUX LPC DMA driver can save memory by not allocating static data
/Zephyr-Core-3.6.0/snippets/xen_dom0/boards/
Dqemu_cortex_a53.overlay35 * (XEN) Allocating 1:1 mappings for dom0:
Drcar_salvator_xs_m3.overlay31 * (XEN) Allocating 1:1 mappings for dom0:
Drcar_h3ulcb_ca57.overlay31 * (XEN) Allocating 1:1 mappings for dom0:
/Zephyr-Core-3.6.0/drivers/pcie/host/
Dpcie_ecam.c92 /* 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/
Dmain.c116 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/
Dmailq.c79 /* 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/
DKconfig.memory86 Type of allocation that should be used for allocating rendering buffers
/Zephyr-Core-3.6.0/soc/xtensa/intel_adsp/ace/
Dpmc_interface.h72 * SRAM config - Any FW allocating HP-SRAM is expected to report allocated number of banks.
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/
Da2dp.h97 * to take care of allocating the memory, the preset pointer and then pass the
/Zephyr-Core-3.6.0/subsys/net/ip/
DKconfig.debug33 This value is used when allocating space for tracking the
/Zephyr-Core-3.6.0/dts/bindings/mtd/
Datmel,sam-flash.yaml61 mcuboot and a allocating a storage partition:
/Zephyr-Core-3.6.0/tests/boards/espressif_esp32/cache_coex/
DREADME.rst10 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/
Dintc_esp32c3.h62 * is 0, it will default to allocating a non-shared interrupt of level
/Zephyr-Core-3.6.0/subsys/demand_paging/backing_store/
Dram.c41 * the previous clean page location instead of allocating
/Zephyr-Core-3.6.0/doc/kernel/memory_management/
Dheap.rst23 Allocating Memory
180 Allocating Memory
/Zephyr-Core-3.6.0/drivers/interrupt_controller/
Dintc_esp32c3.c28 * Define this to debug the choices made when allocating the interrupt. This leads to much debugging
Dintc_gicv3_its.c209 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