Searched refs:allocateZero (Results 1 – 4 of 4) sorted by relevance
46 #undef allocateZero92 void *allocateZero(size_t bytes, size_t alignment) in allocateZero() function
25 void *allocateZero(size_t bytes, size_t alignment = 16);
29 buffer = allocateZero(bytes); in Resource()
3030 return allocateZero(size(width2, height2, depth, format) + 4); in allocateBuffer()