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

Function _mi_os_free

3rd/mimalloc-2.0.9/src/os.c:824–826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823
824void _mi_os_free(void* p, size_t size, mi_stats_t* stats) {
825 _mi_os_free_ex(p, size, true, stats);
826}
827
828void* _mi_os_alloc_aligned(size_t size, size_t alignment, bool commit, bool* large, mi_stats_t* tld_stats)
829{

Callers 4

mi_thread_data_freeFunction · 0.85
mi_thread_data_collectFunction · 0.85
_mi_os_free_huge_pagesFunction · 0.85

Calls 1

_mi_os_free_exFunction · 0.85

Tested by

no test coverage detected