Searched refs:_rtw_malloc (Results 1 – 2 of 2) sorted by relevance
75 u8 *_rtw_malloc(u32 sz);76 #define rtw_malloc(sz) _rtw_malloc((sz))
37 u8 *_rtw_malloc(u32 sz) in _rtw_malloc() function