You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2017/11/07 07:38:39 UTC

[GitHub] wkcn commented on issue #8569: The conflict between MXNet and OpenCV

wkcn commented on issue #8569: The conflict between MXNet and OpenCV
URL: https://github.com/apache/incubator-mxnet/issues/8569#issuecomment-342399903
 
 
   I think the reason is that `gperftools` or `jemalloc` replaces **the memory allocator** including `malloc`, however `python-opencv` uses the default allocator. 
   
   There are some shared pointer between MXNet and OpenCV, but it's **not available** to free the memories different allocators(gperftools, jemallo, glibc) allocated.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services