Searched refs:allocSize (Results 1 – 1 of 1) sorted by relevance
2378 MS_U8* AU_CUS_MemoryAlloc(MS_U32 allocSize);13182 MS_U8* AU_CUS_MemoryAlloc(MS_U32 allocSize) in AU_CUS_MemoryAlloc() argument13187 allocBuffer = kzalloc(sizeof(MS_U8) * allocSize, GFP_KERNEL); in AU_CUS_MemoryAlloc()13189 allocBuffer = malloc(sizeof(MS_U8) * allocSize); in AU_CUS_MemoryAlloc()13194 … fail to allocate 0x%x bytes memory !\n", __FUNCTION__, (unsigned int)(sizeof(MS_U8) * allocSize)); in AU_CUS_MemoryAlloc()13198 memset(allocBuffer, 0x00, sizeof(MS_U8) * allocSize); in AU_CUS_MemoryAlloc()