Skip to content

Commit

Permalink
add support to TCMalloc memory allocator
Browse files Browse the repository at this point in the history
Former-commit-id: bce1496
  • Loading branch information
yanqi27 committed Sep 12, 2016
1 parent c52131e commit 3daa58d
Show file tree
Hide file tree
Showing 17 changed files with 3,979 additions and 8 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions bin/Linux/tcmalloc/gdb.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
38e87315366edfbd07ed3d3d04947e742e878b42
5 changes: 5 additions & 0 deletions bin/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### This directory has prebuilt binaries
Binary files are organized by platform and memory allocator. For example,
`bin/Linux/ptmalloc/core_analyzer` is the command-line version of core analyzer
that supports ptmalloc, the Linux default memory allocator;
`bin/Linux/ptmalloc/gdb` is the gdb executable with ptmalloc support on Linux.
Loading

0 comments on commit 3daa58d

Please sign in to comment.