MCPcopy 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
357static void __attribute__((constructor))
358initializer(void) {
359 _global_rpmalloc_init();
360}
361
362#elif defined(_MSC_VER)
363

Callers

nothing calls this directly

Calls 3

_global_rpmalloc_initFunction · 0.85
rpmalloc_set_main_threadFunction · 0.85
rpmalloc_initializeFunction · 0.85

Tested by

no test coverage detected