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