Number1Tsar / custom-test-tcmalloc

A custom test used to experiment with tcmalloc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

custom-test-tcmalloc

A custom test used to experiment with tcmalloc

to build the program

bazel build //example:hello_world --cxxopt='-std=c++17'

to run the progra

bazel run //example:hello_world --cxxopt='-std=c++17'

About

A custom test used to experiment with tcmalloc


Languages

Language:C++ 74.8%Language:Starlark 25.2%