This commit is contained in:
Matthew Parkinson
2019-07-09 10:53:07 +01:00
parent 9fd238d5fa
commit c6178322b0

View File

@@ -334,7 +334,7 @@ namespace snmalloc
* so. If we have not allocated a per-thread allocator yet, then this
* function will allocate one.
*/
ALWAYSINLINE void* lazy_replacement(void* existing)
SNMALLOC_FAST_PATH void* lazy_replacement(void* existing)
{
if (existing != &GlobalPlaceHolder)
{