Home
last modified time | relevance | path

Searched refs:new_storage (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/nvs_flash/src/
Dnvs_partition_manager.cpp70 Storage* new_storage = nullptr; in init_custom() local
73 new_storage = new (std::nothrow) Storage(partition); in init_custom()
75 if (new_storage == nullptr) { in init_custom()
79 storage = new_storage; in init_custom()
92 if (new_storage != nullptr) { in init_custom()
94 nvs_storage_list.push_back(new_storage); in init_custom()
96 delete new_storage; in init_custom()