Home
last modified time | relevance | path

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

/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dlinux_osl.h177 #define MALLOC(osh, size) osl_debug_malloc((osh), (size), __LINE__, __FILE__)
187 extern void *osl_debug_malloc(osl_t *osh, uint size, int line, const char* file);
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dlinux_osl.c804 osl_debug_malloc(osl_t *osh, uint size, int line, const char* file) function
854 ptr = osl_debug_malloc(osh, size, line, file);