adonis0147 commented on code in PR #10775: URL: https://github.com/apache/doris/pull/10775#discussion_r924735680
########## be/src/runtime/mem_pool.h: ########## @@ -104,9 +104,17 @@ class MemPool { /// of the current chunk. Creates a new chunk if there aren't any chunks /// with enough capacity. uint8_t* allocate(int64_t size, Status* rst = nullptr) { + // TODO: rethink if DEFAULT_ALIGNMENT should be changed, malloc is aligned by 16. Review Comment: Why not change `DEFAULT_ALIGNMENT` to 16? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org