Ubuntu Pastebin

Paste from Alberto Milone at Tue, 20 Oct 2015 15:18:57 +0000

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