Skip to content

Commit c14f82a

Browse files
committed
Add a tag
1 parent af3c9da commit c14f82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snmalloc/mem/globalalloc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ namespace snmalloc
165165
auto size =
166166
snmalloc::sizeclass_full_to_size(snmalloc::sizeclass_t::from_raw(i));
167167
auto in_use = allocated - deallocated;
168-
snmalloc::message<1024>("{},{},{},{},{}", i, size, allocated, deallocated, in_use);
168+
snmalloc::message<1024>("SNMALLOCallocs,{},{},{},{},{}", i, size, allocated, deallocated, in_use);
169169
}
170170
#endif
171171
}

0 commit comments

Comments
 (0)