Home
last modified time | relevance | path

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

/drivers/peripheral/usb/ddk/host/src/
Dlinux_adapter.c33 static void *OsAdapterRealloc(void *ptr, size_t oldSize, size_t newSize) in OsAdapterRealloc() function
220 dev->descriptors = OsAdapterRealloc(dev->descriptors, oldLen, allocLen); in OsReadDescriptors()
Dliteos_adapter.c51 static void *OsAdapterRealloc(void *ptr, size_t oldSize, size_t newSize) in OsAdapterRealloc() function
282 dev->descriptors = OsAdapterRealloc(dev->descriptors, oldLen, allocLen); in OsReadDescriptors()