Hi,
I use the pyrex to wrap the libs,and I was wondering that If I use the malloc() function to get a pointer in the C extention module ,How to let python to use the memory blocks?
Thanks!