Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ mi_malloc_good_size
Function
mi_malloc_good_size
3rd/mimalloc-2.0.9/src/alloc-posix.c:45–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
mi_decl_nodiscard size_t mi_malloc_good_size(size_t size) mi_attr_noexcept {
46
return mi_good_size(size);
47
}
48
49
void mi_cfree(void* p) mi_attr_noexcept {
50
if (mi_is_in_heap_region(p)) {
Callers
1
malloc_good_size
Function · 0.85
Calls
1
mi_good_size
Function · 0.85
Tested by
no test coverage detected