Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dos.h148 void *os_realloc(void *ptr, size_t length);
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c239 void *os_realloc(void *ptr, size_t length) in os_realloc() function
431 fname = os_realloc(fname, len); in os_dirent_ls()