Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 341 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 341 Bytes

pymemalign

Python wrapper of memory allocation with posix_memalign.

Installation

Clone the repository, move to the directory, and just use pip.

git clone https://github.com/tnakazato/pymemalign.git
cd pymemalign
pip install .

Supported Platform

This should work on Linux as well as macOS with python 3.6 or higher.