Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ _mi_bin_size
Function
_mi_bin_size
3rd/mimalloc-2.0.9/src/page-queue.c:105–107 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
}
104
105
size_t _mi_bin_size(uint8_t bin) {
106
return _mi_heap_empty.pages[bin].block_size;
107
}
108
109
// Good size for allocation
110
size_t mi_good_size(size_t size) mi_attr_noexcept {
Callers
2
mi_good_size
Function · 0.85
mi_stats_print_bins
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected