1 2 3 4
void* ATI_API_CALL KCL_MEM_SmallBufferAlloc(kcl_size_t size) { return kmalloc(size, GFP_KERNEL); }