Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8188eu/include/
Dosdep_service.h129 u8 *_rtw_malloc(u32 sz);
130 #define rtw_malloc(sz) _rtw_malloc((sz))
/linux-4.1.27/drivers/staging/rtl8188eu/os_dep/
Dosdep_service.c42 u8 *_rtw_malloc(u32 sz) in _rtw_malloc() function