Searched refs:RawMemory (Results 1 – 2 of 2) sorted by relevance
98 void *RawMemory = ::operator new( in Create() local102 new(RawMemory) GVMemoryBlock(GV); in Create()103 return static_cast<char*>(RawMemory) + sizeof(GVMemoryBlock); in Create()
108 void *RawMemory = ::operator new( in Create() local110 new(RawMemory) GVMemoryBlock(GV); in Create()111 return static_cast<char*>(RawMemory) + sizeof(GVMemoryBlock); in Create()