Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/sys/internal/
Dkobject_internal.h147 static inline struct k_object *k_object_create_dynamic(size_t size) in k_object_create_dynamic() function
164 static inline struct k_object *k_object_create_dynamic(size_t size) in k_object_create_dynamic() function
/Zephyr-latest/subsys/net/lib/sockets/
Dsocketpair.c231 struct k_object *zo = k_object_create_dynamic(sizeof(*spair)); in spair_new()