Home
last modified time | relevance | path

Searched defs:qdf_mem_malloc_debug (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_lock.h199 #define qdf_mem_malloc_debug(x, y, z) qdf_mem_malloc(x) macro
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_mem.c1507 void *qdf_mem_malloc_debug(size_t size, const char *func, uint32_t line, in qdf_mem_malloc_debug() function