Skip to content Skip to sidebar Skip to footer
Showing posts with the label Malloc

Std::bad_alloc After Replacing Boost:python Function Wrapper With Python/c Api

I had a function in C which I used to extend python, previously using the BOOST_MODULE function to … Read more Std::bad_alloc After Replacing Boost:python Function Wrapper With Python/c Api

Creating A Numpy Array In C From An Allocated Array Is Causing Memory Leaks

I have traced a memory leak in my program to a Python module I wrote in C to efficiently parse an a… Read more Creating A Numpy Array In C From An Allocated Array Is Causing Memory Leaks