Searched refs:managerMemory (Results 1 – 1 of 1) sorted by relevance
51 void* managerMemory = allocator->Alloc(sizeof(ProfileManager)); in CreateProfileManager() local53 …ProfileManager* profileManager = new(managerMemory) ProfileManager(allocator, description, reports… in CreateProfileManager()