Skip to content

mitsutaka-takeda/allocators

Repository files navigation

Allocators

This is an implementation of allocators presented by Andrei Alexandrescu at CPPCON 2015. This is a toy project to practice implementing memory allocators with GSL(Guidelines Support Library).

Requirements

cmake (>= 3.2)

https://cmake.org

GSL

https://github.com/Microsoft/GSL

How to build

mkdir build_dir
pushd build_dir
cmake path_to_this_repository
cmake --build build_dir

Links

About

A toy project to practice implementing memory allocators and using GSL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published