Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ heap_no_delete
Function
heap_no_delete
3rd/mimalloc-2.0.9/test/main-override.cpp:193–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
191
}
192
193
static void heap_no_delete() {
194
auto t1 = std::thread(heap_no_delete_worker);
195
t1.join();
196
}
197
198
199
// Issue #204
Callers
nothing calls this directly
Calls
2
thread
Class · 0.85
join
Method · 0.45
Tested by
no test coverage detected