[Tizen] Let ModelCache use std::map instead of unordered_map 71/293171/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 17 May 2023 08:14:38 +0000 (17:14 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 22 May 2023 05:15:04 +0000 (14:15 +0900)
commitc925d509ae058c6314024206ca928bf3fcba003b
tree6bd6dd3c37f91c6c0472a4f5767c3a09e75ae4eb
parent83a264f84b376464238c24473ffd4bcb6c231318
[Tizen] Let ModelCache use std::map instead of unordered_map

If mModelCache become rehashed during some model-load-task lock the process,
It might make some crash.

To keep the validation of ModelCacheManager::ModelCache data, let we use
the cache container as std::map, instead of std::unordered_map

Change-Id: Ied52a7cd8fcf805eb18d5563df1da821f4d3c655
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-scene3d/internal/common/model-cache-manager.cpp