FelixYBW commented on code in PR #8542:
URL: https://github.com/apache/incubator-gluten/pull/8542#discussion_r1917320909
##########
cpp/core/memory/MemoryAllocator.cc:
##########
@@ -130,6 +133,10 @@ bool StdMemoryAllocator::allocate(int64_t size, void**
out) {
}
bool StdMemoryAllocator::allocateZeroFilled(int64_t nmemb, int64_t size,
void** out) {
Review Comment:
@zhztheplayer can we change to uint64\_t here?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]