wifi_realloc() function
Reallocate a chunk of memory for WiFi driver @attention This API is not used for DMA memory allocation.
Syntax
void *wifi_realloc(void *ptr,
size_t size);
Return value
A pointer to the memory allocated on success, NULL on failure