Full description
This package provides a single MemoryAllocator class that makes
memory allocation easier in Cython. The class has familiar (cdef)
methods like malloc and realloc, and all allocated memory is freed
when the MemoryAllocator object is destroyed.