Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
2db21e7e
Commit
2db21e7e
authored
Apr 13, 2012
by
Laurent Alfonsi
Committed by
Christian Bruel
Apr 13, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PR:52604: (~__freelist): Reset pointer
From-SVN: r186414
parent
7911cc9e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletions
+8
-1
libstdc++-v3/ChangeLog
+5
-0
libstdc++-v3/src/c++98/mt_allocator.cc
+3
-1
No files found.
libstdc++-v3/ChangeLog
View file @
2db21e7e
2012-04-13 Laurent Alfonsi <laurent.alfonsi@st.com>
PR libstdc++/52604
* src/c++98/mt_allocator.cc: (~__freelist): Reset pointer.
2012-04-13 Paolo Carlini <paolo.carlini@oracle.com>
* include/debug/safe_iterator.h (_BeforeBeginHelper<>::
...
...
libstdc++-v3/src/c++98/mt_allocator.cc
View file @
2db21e7e
// Allocator details.
// Copyright (C) 2004, 2005, 2006, 2009, 2010 Free Software Foundation, Inc.
// Copyright (C) 2004, 2005, 2006, 2009, 2010, 2012
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
...
...
@@ -48,6 +49,7 @@ namespace
{
__gthread_key_delete
(
_M_key
);
::
operator
delete
(
static_cast
<
void
*>
(
_M_thread_freelist_array
));
_M_thread_freelist
=
0
;
}
}
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment