Searched refs:GKI_os_malloc (Results 1 – 5 of 5) sorted by relevance
435 extern void* GKI_os_malloc(uint32_t);
101 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); in gki_alloc_free_queue()279 p_hdr = (BUFFER_HDR_T*)GKI_os_malloc(total_sz); in GKI_getbuf()1234 if (!p_mem_pool) p_mem_pool = GKI_os_malloc(mem_needed); in GKI_create_pool()
466 extern void* GKI_os_malloc(uint32_t);
982 void* GKI_os_malloc(uint32_t size) { return (malloc(size)); } in GKI_os_malloc() function