Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/kernel/mem_heap/mheap_api_concept/src/
Dtest_mheap_api.c24 ptr = (char *)z_thread_malloc(BLK_SIZE_MIN); in tIsr_malloc_and_free()
35 ptr = (char *)z_thread_malloc(BLK_SIZE_MIN); in thread_entry()
186 ptr = (char *)z_thread_malloc(BLK_SIZE_MIN/2); in test_sys_heap_mem_pool_assign()
190 zassert_is_null((char *)z_thread_malloc(BLK_SIZE_MAX * 2), in test_sys_heap_mem_pool_assign()
/Zephyr-Core-2.7.6/kernel/include/
Dkernel_internal.h99 static inline void *z_thread_malloc(size_t size) in z_thread_malloc() function
/Zephyr-Core-2.7.6/kernel/
Dstack.c41 buffer = z_thread_malloc(num_entries * sizeof(stack_data_t)); in z_impl_k_stack_alloc_init()
Dmsg_q.c69 buffer = z_thread_malloc(total_size); in z_impl_k_msgq_alloc_init()
Dqueue.c148 anode = z_thread_malloc(sizeof(*anode)); in queue_insert()
Duserspace.c746 dst = z_thread_malloc(size); in z_user_alloc_from_copy()
Dpoll.c362 events_copy = z_thread_malloc(bounds); in z_vrfy_k_poll()
Dpipes.c112 buffer = z_thread_malloc(size); in z_impl_k_pipe_alloc_init()
/Zephyr-Core-2.7.6/doc/reference/usermode/
Dsyscalls.rst456 memory from the caller's resource pool via :c:func:`z_thread_malloc()`. This
492 bar_list_copy = z_thread_malloc(bar_list_bytes);
561 invoking :c:func:`z_thread_malloc()`, should propagate ``-ENOMEM`` to the
Dmemory_domain.rst89 Memory is drawn from a thread's resource pool using :c:func:`z_thread_malloc`