├── Makefile ├── README.md ├── halloc.h └── src ├── align.h ├── halloc.c ├── hlist.h └── macros.h /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apankrat/halloc/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apankrat/halloc/HEAD/README.md -------------------------------------------------------------------------------- /halloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apankrat/halloc/HEAD/halloc.h -------------------------------------------------------------------------------- /src/align.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apankrat/halloc/HEAD/src/align.h -------------------------------------------------------------------------------- /src/halloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apankrat/halloc/HEAD/src/halloc.c -------------------------------------------------------------------------------- /src/hlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apankrat/halloc/HEAD/src/hlist.h -------------------------------------------------------------------------------- /src/macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/apankrat/halloc/HEAD/src/macros.h --------------------------------------------------------------------------------