Blender V4.3
MEM_alloc_string_storage.hh File Reference
#include <any>
#include <cassert>
#include <string>
#include <unordered_map>

Go to the source code of this file.

Classes

class  intern::memutil::AllocStringStorage< keyT, hashT >
 
class  intern::memutil::internal::AllocStringStorageContainer
 

Namespaces

namespace  intern
 
namespace  intern::memutil
 
namespace  intern::memutil::internal
 

Functions

AllocStringStorageContainerintern::memutil::internal::ensure_storage_container ()
 
template<typename keyT , template< typename > typename hashT>
AllocStringStorage< keyT, hashT > & intern::memutil::alloc_string_storage_get (const std::string &storage_identifier)
 

Detailed Description

Implement a static storage for complex, non-static allocation strings passed MEM_guardedalloc functions.

Definition in file MEM_alloc_string_storage.hh.