¡@

Home 

python Programming Glossary: pymalloc

Python memory leaks?

http://stackoverflow.com/questions/1419065/python-memory-leaks

own small object allocation scheme on top of malloc called PyMalloc. Valgrind may show some unexpected results when PyMalloc is.. PyMalloc. Valgrind may show some unexpected results when PyMalloc is used. Starting with Python 2.3 PyMalloc is used by default... results when PyMalloc is used. Starting with Python 2.3 PyMalloc is used by default. You can disable PyMalloc when configuring..

how can I use valgrind with python c++ extensions?

http://stackoverflow.com/questions/3982036/how-can-i-use-valgrind-with-python-c-extensions

Alternatively you can recompile Python with PyMalloc disabled which allows you to catch more memory leaks that won't..