MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / finalizer

Function finalizer

source/extern/malloc.c:401–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399}
400
401static void __attribute__((destructor))
402finalizer(void) {
403 rpmalloc_finalize();
404}
405
406typedef struct {
407 void* (*real_start)(void*);

Callers

nothing calls this directly

Calls 1

rpmalloc_finalizeFunction · 0.85

Tested by

no test coverage detected