Home
last modified time | relevance | path

Searched refs:z_malloc_partition (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/lib/libc/common/source/stdlib/
Dmalloc.c34 K_APPMEM_PARTITION_DEFINE(z_malloc_partition);
35 # define POOL_SECTION Z_GENERIC_SECTION(K_APP_DMEM_SECTION(z_malloc_partition))
231 z_malloc_partition.start = POINTER_TO_UINT(heap_base); in malloc_prepare()
232 z_malloc_partition.size = heap_size; in malloc_prepare()
233 z_malloc_partition.attr = K_MEM_PARTITION_P_RW_U_RW; in malloc_prepare()
/Zephyr-latest/lib/libc/newlib/
Dlibc-hooks.c49 struct k_mem_partition z_malloc_partition; variable
65 K_APPMEM_PARTITION_DEFINE(z_malloc_partition);
66 #define MALLOC_BSS K_APP_BMEM(z_malloc_partition)
83 struct k_mem_partition z_malloc_partition;
129 z_malloc_partition.start = (uintptr_t)HEAP_BASE;
130 z_malloc_partition.size = (size_t)MAX_HEAP_SIZE;
131 z_malloc_partition.attr = K_MEM_PARTITION_P_RW_U_RW;
/Zephyr-latest/include/zephyr/sys/
Dlibc-hooks.h81 extern struct k_mem_partition z_malloc_partition;
/Zephyr-latest/samples/drivers/virtualization/ivshmem/doorbell/src/
Divshmem.c237 &z_malloc_partition, in ivshmem_sample_userspace_doorbell()
/Zephyr-latest/doc/develop/languages/c/
Dcommon_libc.rst31 called ``z_malloc_partition``, which can be accessed from the user mode
Dindex.rst106 * allocate memory blocks inside the ``z_malloc_partition`` memory partition
Dnewlib.rst102 placed in a dedicated memory partition called ``z_malloc_partition``, which can
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztest.c1469 k_mem_domain_add_partition(&k_mem_domain_default, &z_malloc_partition); in main()
/Zephyr-latest/doc/kernel/usermode/
Dmemory_domain.rst315 - ``z_malloc_partition`` - This partition contains the system-wide pool of