├── LICENSE ├── README.md ├── aligned_free.c ├── aligned_free.h ├── aligned_malloc.c └── aligned_malloc.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickStrupat/AlignedMalloc/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickStrupat/AlignedMalloc/HEAD/README.md -------------------------------------------------------------------------------- /aligned_free.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickStrupat/AlignedMalloc/HEAD/aligned_free.c -------------------------------------------------------------------------------- /aligned_free.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickStrupat/AlignedMalloc/HEAD/aligned_free.h -------------------------------------------------------------------------------- /aligned_malloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickStrupat/AlignedMalloc/HEAD/aligned_malloc.c -------------------------------------------------------------------------------- /aligned_malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickStrupat/AlignedMalloc/HEAD/aligned_malloc.h --------------------------------------------------------------------------------