Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c13184 MS_U8 *allocBuffer = NULL; in AU_CUS_MemoryAlloc() local
13187 allocBuffer = kzalloc(sizeof(MS_U8) * allocSize, GFP_KERNEL); in AU_CUS_MemoryAlloc()
13189 allocBuffer = malloc(sizeof(MS_U8) * allocSize); in AU_CUS_MemoryAlloc()
13192 if (allocBuffer == NULL) in AU_CUS_MemoryAlloc()
13195 return allocBuffer; in AU_CUS_MemoryAlloc()
13198 memset(allocBuffer, 0x00, sizeof(MS_U8) * allocSize); in AU_CUS_MemoryAlloc()
13200 return allocBuffer; in AU_CUS_MemoryAlloc()