Searched refs:_rtw_malloc (Results 1 – 4 of 4) sorted by relevance
64 u8 *_rtw_malloc(u32 sz);65 #define rtw_malloc(sz) _rtw_malloc((sz))
92 void *_rtw_malloc(u32 sz);100 #define rtw_malloc(sz) _rtw_malloc((sz))
16 u8 *_rtw_malloc(u32 sz) in _rtw_malloc() function
25 void *_rtw_malloc(u32 sz) in _rtw_malloc() function32 void *pbuf = _rtw_malloc(sz); in _rtw_zmalloc()