Clang-tidy

This commit is contained in:
Matthew Parkinson
2019-07-15 19:51:11 +01:00
parent 280c2ae25c
commit 1b0923e141
2 changed files with 2 additions and 2 deletions

View File

@@ -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,