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

Function mi_realpath

system/lib/mimalloc/src/alloc.c:603–605  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601#endif
602
603mi_decl_nodiscard mi_decl_restrict char* mi_realpath(const char* fname, char* resolved_name) mi_attr_noexcept {
604 return mi_theap_realpath(_mi_theap_default(),fname,resolved_name);
605}
606
607mi_decl_nodiscard mi_decl_restrict char* mi_heap_realpath(mi_heap_t* heap, const char* fname, char* resolved_name) mi_attr_noexcept {
608 return mi_theap_realpath(_mi_heap_theap(heap), fname, resolved_name);

Callers

nothing calls this directly

Calls 2

mi_theap_realpathFunction · 0.85
_mi_theap_defaultFunction · 0.85

Tested by

no test coverage detected