Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ operator delete
Function
operator delete
3rd/mimalloc-2.0.9/include/mimalloc-new-delete.h:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
#endif
33
34
void operator delete(void* p) noexcept { mi_free(p); };
35
void operator delete[](void* p) noexcept { mi_free(p); };
36
37
void operator delete (void* p, const std::nothrow_t&) noexcept { mi_free(p); }
Callers
3
~win_fd_set_adapter
Method · 0.85
reserve
Method · 0.85
aligned_delete
Function · 0.85
Calls
4
mi_free
Function · 0.85
mi_free_size
Function · 0.85
mi_free_aligned
Function · 0.85
mi_free_size_aligned
Function · 0.85
Tested by
no test coverage detected