Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ finalizer
Function
finalizer
source/extern/malloc.c:401–404 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
399
}
400
401
static void __attribute__((destructor))
402
finalizer(void) {
403
rpmalloc_finalize();
404
}
405
406
typedef struct {
407
void* (*real_start)(void*);
Callers
nothing calls this directly
Calls
1
rpmalloc_finalize
Function · 0.85
Tested by
no test coverage detected