You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "westonpace (via GitHub)" <gi...@apache.org> on 2023/06/08 20:00:30 UTC

[GitHub] [arrow] westonpace commented on issue #35793: [C++] MemoryPool::Allocate returns an error when the user provides small values for alignment

westonpace commented on issue #35793:
URL: https://github.com/apache/arrow/issues/35793#issuecomment-1583261884

   > Seems that velox will force align the data:
   
   Probably.  We do something similar in our memory pool (everything is always 64-byte aligned).  However, unaligned buffers can still occur when data comes from users.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org