Home
last modified time | relevance | path

Searched refs:GKI_os_malloc (Results 1 – 3 of 3) sorted by relevance

/system/nfc/src/gki/common/
Dgki.h435 extern void* GKI_os_malloc(uint32_t);
Dgki_buffer.cc98 void* p_mem = GKI_os_malloc((Q->size + BUFFER_PADDING_SIZE) * Q->total); in gki_alloc_free_queue()
1138 if (!p_mem_pool) p_mem_pool = GKI_os_malloc(mem_needed); in GKI_create_pool()
/system/nfc/src/gki/ulinux/
Dgki_ulinux.cc984 void* GKI_os_malloc(uint32_t size) { return (malloc(size)); } in GKI_os_malloc() function