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

Function mi_tf_delayed

3rd/mimalloc-2.0.9/include/mimalloc-internal.h:576–578  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574 return (mi_block_t*)(tf & ~0x03);
575}
576static inline mi_delayed_t mi_tf_delayed(mi_thread_free_t tf) {
577 return (mi_delayed_t)(tf & 0x03);
578}
579static inline mi_thread_free_t mi_tf_make(mi_block_t* block, mi_delayed_t delayed) {
580 return (mi_thread_free_t)((uintptr_t)block | (uintptr_t)delayed);
581}

Callers 3

_mi_free_block_mtFunction · 0.85
mi_tf_set_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected