Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ rpm_linker_ref
Function
rpm_linker_ref
source/core/StarMemory.cpp:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
#include
"rpnew.h"
9
10
bool rpm_linker_ref() {
11
rpmalloc_linker_reference();
12
return true;
13
}
14
15
static bool _rpm_linker_ref = rpm_linker_ref();
16
Callers
1
StarMemory.cpp
File · 0.85
Calls
1
rpmalloc_linker_reference
Function · 0.85
Tested by
no test coverage detected