Searched refs:objectMemory (Results 1 – 1 of 1) sorted by relevance
60 void *objectMemory = vk::allocate(sizeof(T), alignof(T), pAllocator, T::GetAllocationScope()); in Create() local61 if(!objectMemory) in Create()67 auto object = new(objectMemory) T(pCreateInfo, memory, extendedInfo...); in Create()78 ASSERT(*outObject == objectMemory); in Create()