Searched refs:os_malloc (Results 1 – 6 of 6) sorted by relevance
29 void *os_malloc(size_t size);
30 #define malloc os_malloc
18 - `<os/os_malloc.h>`, for providing MCUboot access to the OS memory management interfaces.
292 void *os_malloc(size_t size) in os_malloc() function