Skip to content

Commit 389a374

Browse files
committed
Add some logging
1 parent e222aa2 commit 389a374

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/snmalloc/backend_helpers/palrange.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ namespace snmalloc
4343
#ifdef SNMALLOC_TRACING
4444
message<1024>("Pal range alloc: {} ({})", result.unsafe_ptr(), size);
4545
#endif
46+
message<1024>("Pal range alloc: {} ({})", result.unsafe_ptr(), size);
4647

4748
return result;
4849
}

0 commit comments

Comments
 (0)