Home
last modified time | relevance | path

Searched refs:z_thread_malloc (Results 1 – 10 of 10) sorted by relevance

/Zephyr-latest/tests/lib/multi_heap/src/
Dtest_mheap_api.c36 ptr = (char *)z_thread_malloc(BLK_SIZE_MIN); in tIsr_malloc_and_free()
47 ptr = (char *)z_thread_malloc(BLK_SIZE_MIN); in thread_entry()
255 ptr = (char *)z_thread_malloc(BLK_SIZE_MIN/2); in ZTEST()
259 zassert_is_null((char *)z_thread_malloc(BLK_SIZE_MAX * 2), in ZTEST()
/Zephyr-latest/kernel/include/
Dkernel_internal.h108 static inline void *z_thread_malloc(size_t size) in z_thread_malloc() function
/Zephyr-latest/kernel/
Dstack.c51 buffer = z_thread_malloc(num_entries * sizeof(stack_data_t)); in z_impl_k_stack_alloc_init()
Dmsg_q.c77 buffer = z_thread_malloc(total_size); in z_impl_k_msgq_alloc_init()
Dqueue.c151 anode = z_thread_malloc(sizeof(*anode)); in queue_insert()
Duserspace.c827 dst = z_thread_malloc(size); in k_usermode_alloc_from_copy()
Dpoll.c378 events_copy = z_thread_malloc(bounds); in z_vrfy_k_poll()
Dpipes.c71 buffer = z_thread_malloc(size); in z_impl_k_pipe_alloc_init()
/Zephyr-latest/doc/kernel/usermode/
Dsyscalls.rst479 memory from the caller's resource pool via :c:func:`z_thread_malloc()`. This
515 bar_list_copy = z_thread_malloc(bar_list_bytes);
584 invoking :c:func:`z_thread_malloc()`, should propagate ``-ENOMEM`` to the
Dmemory_domain.rst105 :c:func:`z_thread_malloc` and freed with :c:func:`k_free`.