Searched refs:modelInShared (Results 1 – 1 of 1) sorted by relevance
160 Model modelInShared = *model; in flushDataFromPointerToShared() local162 ConstantMemoryBuilder memoryBuilder(modelInShared.pools.size()); in flushDataFromPointerToShared()163 copyPointersToSharedMemory(&modelInShared.main, &memoryBuilder); in flushDataFromPointerToShared()164 std::for_each(modelInShared.referenced.begin(), modelInShared.referenced.end(), in flushDataFromPointerToShared()171 modelInShared.pools.push_back(std::move(memory)); in flushDataFromPointerToShared()174 *maybeModelInSharedOut = modelInShared; in flushDataFromPointerToShared()