Clang-tidy
This commit is contained in:
@@ -1056,7 +1056,7 @@ namespace snmalloc
|
||||
}
|
||||
|
||||
template<ZeroMem zero_mem, AllowReserve allow_reserve>
|
||||
inline void* small_alloc(size_t size)
|
||||
SNMALLOC_FAST_PATH void* small_alloc(size_t size)
|
||||
{
|
||||
MEASURE_TIME_MARKERS(
|
||||
small_alloc,
|
||||
|
||||
@@ -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