Searched refs:MALLOCED (Results 1 – 6 of 6) sorted by relevance
199 MALLOCED(osh))); in bcmsdh_probe()456 MALLOCED(osh))); in bcmsdh_pci_probe()
92 BCMSDH_ERROR(("bcmsdh_attach: out of memory, malloced %d bytes\n", MALLOCED(osh))); in bcmsdh_attach()
154 sd_err(("sdioh_attach: out of memory, malloced %d bytes\n", MALLOCED(osh))); in sdioh_attach()
84 SI_ERROR(("si_attach: malloc failed! malloced %d bytes\n", MALLOCED(osh))); in si_attach()
3038 if (MALLOCED(osh)) {3039 DHD_ERROR(("%s: MEMORY LEAK %d bytes\n", __FUNCTION__, MALLOCED(osh)));
116 #define MALLOCED(osh) osl_malloced((osh)) macro