forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* mmap.c (backtrace_free): If freeing a large aligned block of
memory, call munmap rather than holding onto it. (backtrace_vector_grow): When growing a vector, double the number of pages requested. When releasing the old version of a grown vector, pass the correct size to backtrace_free. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@210256 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
ian
committed
May 9, 2014
1 parent
80ede13
commit af436d5
Showing
2 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,3 +1,11 @@ | ||
2014-05-08 Ian Lance Taylor <[email protected]> | ||
|
||
* mmap.c (backtrace_free): If freeing a large aligned block of | ||
memory, call munmap rather than holding onto it. | ||
(backtrace_vector_grow): When growing a vector, double the number | ||
of pages requested. When releasing the old version of a grown | ||
vector, pass the correct size to backtrace_free. | ||
|
||
2014-03-07 Ian Lance Taylor <[email protected]> | ||
|
||
* sort.c (backtrace_qsort): Use middle element as pivot. | ||
|
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