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

Function mi_heap_realpath

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

Source from the content-addressed store, hash-verified

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);
609}
610#endif
611
612/*-------------------------------------------------------

Callers

nothing calls this directly

Calls 2

mi_theap_realpathFunction · 0.85
_mi_heap_theapFunction · 0.85

Tested by

no test coverage detected