mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Investigation of performance degradation of jemalloc
This commit is contained in:
parent
b4a310b22e
commit
7fc85d1ff0
@ -24,7 +24,7 @@ void thread_func()
|
|||||||
abort();
|
abort();
|
||||||
buf = new_buf;
|
buf = new_buf;
|
||||||
|
|
||||||
memset(buf + size, 0, next_size - size);
|
memset(reinterpret_cast<char*>(buf) + size, 0, next_size - size);
|
||||||
size = next_size;
|
size = next_size;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user