Searched refs:allocBuffer (Results 1 – 1 of 1) sorted by relevance
13184 MS_U8 *allocBuffer = NULL; in AU_CUS_MemoryAlloc() local13187 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()