-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add support to TCMalloc memory allocator
Former-commit-id: bce1496
- Loading branch information
Showing
17 changed files
with
3,979 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
38e87315366edfbd07ed3d3d04947e742e878b42 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.