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

Function get_default_resource

FEXCore/Source/Utils/Allocator.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27namespace fextl::pmr {
28static fextl::pmr::default_resource FEXDefaultResource;
29std::pmr::memory_resource* get_default_resource() {
30 return &FEXDefaultResource;
31}
32} // namespace fextl::pmr
33
34#ifndef _WIN32

Callers 1

GuestToHostMapMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected