Searched defs:allocateMemory (Results 1 – 6 of 6) sorted by relevance
123 void* allocateMemory(int size) in allocateMemory() function
9 AllocateMemoryFunc allocateMemory; variable
143 Move<VkDeviceMemory> allocateMemory (const DeviceInterface& vk, VkDevice device, const VkMemoryAllo… function
30 VkResult DeviceDriver::allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, … function in DeviceDriver
16 VKAPI_ATTR VkResult VKAPI_CALL allocateMemory (VkDevice device, const VkMemoryAllocateInfo* pAlloca… function
184 inline void * allocateMemory(uint32_t size, UErrorCode *status) in allocateMemory() function