MCPcopy 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
349extern 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

initializerFunction · 0.85
_global_rpmalloc_xibFunction · 0.85

Calls 2

rpmalloc_set_main_threadFunction · 0.85
rpmalloc_initializeFunction · 0.85

Tested by

no test coverage detected