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

Function _mi_bin

3rd/mimalloc-2.0.9/src/page-queue.c:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99----------------------------------------------------------- */
100
101uint8_t _mi_bin(size_t size) {
102 return mi_bin(size);
103}
104
105size_t _mi_bin_size(uint8_t bin) {
106 return _mi_heap_empty.pages[bin].block_size;

Callers 4

alloc.cFile · 0.85
mi_stat_freeFunction · 0.85
_mi_heap_page_destroyFunction · 0.85
mi_page_queueFunction · 0.85

Calls 1

mi_binFunction · 0.85

Tested by

no test coverage detected