MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / mi_realpath

Function mi_realpath

3rd/mimalloc-2.0.9/src/alloc.c:862–864  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860#endif
861
862mi_decl_nodiscard mi_decl_restrict char* mi_realpath(const char* fname, char* resolved_name) mi_attr_noexcept {
863 return mi_heap_realpath(mi_get_default_heap(),fname,resolved_name);
864}
865#endif
866
867/*-------------------------------------------------------

Callers 1

mainFunction · 0.85

Calls 2

mi_heap_realpathFunction · 0.85
mi_get_default_heapFunction · 0.85

Tested by 1

mainFunction · 0.68