Searched refs:new_storage (Results 1 – 1 of 1) sorted by relevance
70 Storage* new_storage = nullptr; in init_custom() local73 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()