MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / finalizer

Function finalizer

vm/ByteCodeTranslator/src/malloc.c:72–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72static void
73finalizer(void) {
74 rpmalloc_thread_finalize();
75 if (is_initialized) {
76 is_initialized = 0;
77 rpmalloc_finalize();
78 }
79}
80
81//TODO: Injection from rpmalloc compiled as DLL not yet implemented
82

Callers

nothing calls this directly

Calls 2

rpmalloc_thread_finalizeFunction · 0.85
rpmalloc_finalizeFunction · 0.85

Tested by

no test coverage detected