Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/
H A Dabuf.c54 ptr = memdup(abuf->data, new_size); in abuf_realloc()
75 ptr = memdup(abuf->data, abuf->size); in abuf_uninit_move()
H A Dstring.c602 char *memdup(const void *src, size_t len) in memdup() function
/rk3399_rockchip-uboot/include/linux/
H A Dstring.h134 char *memdup(const void *src, size_t len);