Searched defs:GKI_os_malloc (Results 1 – 2 of 2) sorted by relevance
7 void* GKI_os_malloc(uint32_t size) { return malloc(size); } in GKI_os_malloc() function
1018 void* GKI_os_malloc(uint32_t size) { return (malloc(size)); } in GKI_os_malloc() function