We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e222aa2 commit 389a374Copy full SHA for 389a374
1 file changed
src/snmalloc/backend_helpers/palrange.h
@@ -43,6 +43,7 @@ namespace snmalloc
43
#ifdef SNMALLOC_TRACING
44
message<1024>("Pal range alloc: {} ({})", result.unsafe_ptr(), size);
45
#endif
46
+ message<1024>("Pal range alloc: {} ({})", result.unsafe_ptr(), size);
47
48
return result;
49
}
0 commit comments