Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dwifi-mem.c39 w_mem_d("[evtbuf] Alloc: A: %p S: %d", ptr, size); in wifi_malloc_eventbuf()
55 w_mem_d("[evtbuf] Free: A: %p\n\r", buffer); in wifi_free_eventbuf()
72 w_mem_d("[mlan]: Alloc: A: %p S: %d", *ppbuf, size); in wrapper_moal_malloc()
88 w_mem_d("[mlan] Free: A: %p", pbuf); in wrapper_moal_mfree()
Dwifi-debug.h57 #define w_mem_d(...) wmlog("w_mem", ##__VA_ARGS__) macro
59 #define w_mem_d(...) macro