Searched defs:MALLOCZ (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcmxtlv.c | 48 INLINE void* MALLOCZ(void *o, size_t s) { BCM_REFERENCE(o); return calloc(1, s); } in MALLOCZ() function
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | linux_osl.h | 180 #define MALLOCZ(osh, size) osl_debug_mallocz((osh), (size), __LINE__, __FILE__) macro 201 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linux_osl.h | 184 #define MALLOCZ(osh, size) osl_debug_mallocz((osh), (size), __LINE__, __FILE__) macro 205 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linux_osl.h | 174 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linux_osl.h | 174 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linux_osl.h | 182 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | linux_osl.h | 163 #define MALLOCZ(osh, size) osl_mallocz((osh), (size)) macro
|