Home
last modified time | relevance | path

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

/Zephyr-latest/kernel/
Duserspace.c321 static struct k_object *dynamic_object_create(enum k_objects otype, size_t align, in dynamic_object_create() function
387 struct k_object *obj = dynamic_object_create(K_OBJ_ANY, align, size); in k_object_create_dynamic_aligned()
425 zo = dynamic_object_create(otype, obj_align_get(otype), size); in z_object_alloc()