Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ _global_rpmalloc_init
Function
_global_rpmalloc_init
source/extern/malloc.c:349–353 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
347
#else
348
349
extern void
350
_global_rpmalloc_init(void) {
351
rpmalloc_set_main_thread();
352
rpmalloc_initialize();
353
}
354
355
#if defined(__clang__) || defined(__GNUC__)
356
Callers
2
initializer
Function · 0.85
_global_rpmalloc_xib
Function · 0.85
Calls
2
rpmalloc_set_main_thread
Function · 0.85
rpmalloc_initialize
Function · 0.85
Tested by
no test coverage detected