You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "zifengyu (via GitHub)" <gi...@apache.org> on 2023/04/23 03:23:07 UTC

[GitHub] [arrow] zifengyu commented on issue #35270: Memory leak in SwissTable::grow_double()

zifengyu commented on issue #35270:
URL: https://github.com/apache/arrow/issues/35270#issuecomment-1518931332

   Hi @mapleFU,
   
   SwissTable managers the pool memory directly instead of using PoolBuffer. If the grow_doulbe quit in the middle, the explict release memory/Free is not called.
   https://github.com/apache/arrow/blob/main/cpp/src/arrow/compute/key_map.cc#L767


-- 
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