Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ initializer
Function
initializer
source/extern/malloc.c:357–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
#if defined(__clang__) || defined(__GNUC__)
356
357
static void __attribute__((constructor))
358
initializer(void) {
359
_global_rpmalloc_init();
360
}
361
362
#elif defined(_MSC_VER)
363
Callers
nothing calls this directly
Calls
3
_global_rpmalloc_init
Function · 0.85
rpmalloc_set_main_thread
Function · 0.85
rpmalloc_initialize
Function · 0.85
Tested by
no test coverage detected