Searched refs:objectMemory (Results 1 – 1 of 1) sorted by relevance
58 …void *objectMemory = vk::allocateHostMemory(sizeof(T), alignof(T), pAllocator, T::GetAllocationSco… in Create() local59 if(!objectMemory) in Create()65 auto object = new(objectMemory) T(pCreateInfo, memory, extendedInfo...); in Create()76 ASSERT(*outObject == objectMemory); in Create()