typedef struct tcache_perthread_struct { char counts[TCACHE_MAX_BINS]; // 统计tc_idx中存在多少个缓存块 tcache_entry *entries[TCACHE_MAX_BINS]; } tcache_perthread_struct; 初始化 static __thread bool tcache_shutting_down = false; // 表示tcache没有关闭,即开启状态 static __thread tcache_pe...
I can't tell (yet) what that maps to, but inside that code we seem to transfer control back to the javascript side and we see theunaryEchocallback processed, which resolves the promise and allowsmainto callstream.canceland that causes the reentrancy: stream: thread=140651786183232 stream(unkn...