Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dos.h157 void *os_realloc(void *ptr, size_t length);
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c164 void *os_realloc(void *ptr, size_t length) in os_realloc() function