Initial release of **memory_allocator**. The code is factored out of https://github.com/sagemath/.
The dependency on `cysignals` has been removed to allow easy installation on windows. Otherwise the code should function exactly the same. Change `from sage.ext.memory_allocator cimport MemoryAllocator` to `from memory_allocator cimport MemoryAllocator`.