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

Function mi_tf_set_delayed

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

Source from the content-addressed store, hash-verified

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}
585static inline mi_thread_free_t mi_tf_set_block(mi_thread_free_t tf, mi_block_t* block) {
586 return mi_tf_make(block, mi_tf_delayed(tf));
587}

Callers 2

_mi_free_block_mtFunction · 0.85

Calls 2

mi_tf_makeFunction · 0.85
mi_tf_blockFunction · 0.85

Tested by

no test coverage detected