提交 03b3d0d8 编写于 作者: L liaogang

Follow comments

上级 033523ea
...@@ -54,8 +54,8 @@ size_t CpuMaxAllocSize() { ...@@ -54,8 +54,8 @@ size_t CpuMaxAllocSize() {
} }
size_t CpuMinChunkSize() { size_t CpuMinChunkSize() {
// Allow to allocate the minimum chunk size is 256 bytes. // Allow to allocate the minimum chunk size is 4 KB.
return 1 << 8; return 1 << 12;
} }
size_t CpuMaxChunkSize() { size_t CpuMaxChunkSize() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册