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

Function mi_tf_make

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

Source from the content-addressed store, hash-verified

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}
582static inline mi_thread_free_t mi_tf_set_delayed(mi_thread_free_t tf, mi_delayed_t delayed) {
583 return mi_tf_make(mi_tf_block(tf),delayed);
584}

Callers 2

mi_tf_set_delayedFunction · 0.85
mi_tf_set_blockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected