MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / new_delete_resource

Function new_delete_resource

system/lib/libcxx/src/memory_resource.cpp:90–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88} // namespace
89
90memory_resource* new_delete_resource() noexcept { return &res_init.resources.new_delete_res; }
91
92memory_resource* null_memory_resource() noexcept { return &res_init.resources.null_res; }
93

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected