Searched refs:osl_malloc (Results 1 – 2 of 2) sorted by relevance
114 #define MALLOC(osh, size) osl_malloc((osh), (size))117 extern void *osl_malloc(osl_t *osh, uint size);
981 osl_malloc(osl_t *osh, uint size) function