| 70 | } |
| 71 | |
| 72 | static void |
| 73 | finalizer(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 |
nothing calls this directly
no test coverage detected