MCPcopy 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
10bool rpm_linker_ref() {
11 rpmalloc_linker_reference();
12 return true;
13}
14
15static bool _rpm_linker_ref = rpm_linker_ref();
16

Callers 1

StarMemory.cppFile · 0.85

Calls 1

Tested by

no test coverage detected