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 2feb9d0 commit ca07db7Copy full SHA for ca07db7
src/Common/Arena.h
@@ -146,7 +146,7 @@ class Arena : private boost::noncopyable
146
}
147
148
/// Add next contiguous MemoryChunk of memory with size not less than specified.
149
- void PRESERVE_MOST addMemoryChunk(size_t min_size)
+ void PRESERVE_MOST NO_INLINE addMemoryChunk(size_t min_size)
150
{
151
size_t next_size = nextSize(min_size + pad_right);
152
if (head.empty())
0 commit comments