Home | History | Annotate | Download | only in common

Lines Matching refs:p_mem

38 static void gki_init_free_queue (UINT8 id, UINT16 size, UINT16 total, void *p_mem)
54 if(p_mem)
56 p_cb->pool_start[id] = (UINT8 *)p_mem;
57 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total);
70 if(p_mem)
72 hdr = (BUFFER_HDR_T *)p_mem;
104 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total);
105 if(p_mem)
109 gki_init_free_queue(id, Q->size, Q->total, p_mem);