/StlAllocator

Sample App for custom allocator for STL containers

Primary LanguageCMake

Introduction

Building

  • mkdir build
  • cd build
  • cmake -DCMAKE_BUILD_TYPE=Release ..
  • make

Running

  • ./app
  • ./benchmarks/bench

Sample Output

References