Skip to content

haney1357/tcmalloc-test-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

tcmalloc-test-code

  1. Compile
  • gcc eval.c <path-to-your-tc_malloc.c> -o -I<path-to-your-tc_malloc.h> -lpthread <-lm>
  • You should include -lm, if you use math libarary. For example,
  • gcc eval.c tc_malloc.c -o 20205008 -Iinclude/ -lpthread -lm
  1. Usage
  • ./<bin-of-your-impl> <number-of-thread>
  • For example,
  • ./20205008 200

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages