Clang-tidy
This commit is contained in:
@@ -181,7 +181,7 @@ namespace snmalloc
|
||||
* Entry point the allows libc to call into the allocator for per-thread
|
||||
* cleanup.
|
||||
*/
|
||||
extern "C" void _malloc_thread_cleanup(void)
|
||||
extern "C" void _malloc_thread_cleanup()
|
||||
{
|
||||
ThreadAllocLibcCleanup::inner_release();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user