Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ thread_destructor
Function
thread_destructor
source/extern/malloc.c:422–426 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
420
}
421
422
static void
423
thread_destructor(void* value) {
424
(void)sizeof(value);
425
rpmalloc_thread_finalize(1);
426
}
427
428
#ifdef __APPLE__
429
Callers
nothing calls this directly
Calls
1
rpmalloc_thread_finalize
Function · 0.85
Tested by
no test coverage detected