MCPcopy Create free account
hub / github.com/FEX-Emu/FEX / GuestToHostMap

Method GuestToHostMap

FEXCore/Source/Interface/Core/LookupCache.cpp:17–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16namespace FEXCore {
17GuestToHostMap::GuestToHostMap()
18 : BlockLinks_mbr {fextl::pmr::get_default_resource()} {
19 BlockLinks_pma = fextl::make_unique<std::pmr::polymorphic_allocator<std::byte>>(&BlockLinks_mbr);
20 // Setup our PMR map.
21 BlockLinks = BlockLinks_pma->new_object<BlockLinksMapType>();
22}
23
24LookupCache::LookupCache(FEXCore::Context::ContextImpl* CTX)
25 : ctx {CTX} {

Callers

nothing calls this directly

Calls 1

get_default_resourceFunction · 0.85

Tested by

no test coverage detected