[Bug libstdc++/65434] Memory leak in pool constructor
meisenmann.lba@fh-salzburg.ac.at
gcc-bugzilla@gcc.gnu.org
Tue Dec 13 08:24:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434
Markus Eisenmann <meisenmann.lba@fh-salzburg.ac.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |meisenmann.lba@fh-salzburg.
| |ac.at
--- Comment #6 from Markus Eisenmann <meisenmann.lba@fh-salzburg.ac.at> ---
Created attachment 40318
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=40318&action=edit
Provide optional "static" memory-allocation in eh_alloc.cc (on demand)
This patch provides a minor extension to allocate the emergency-buffer from
BSS, if the needed size is bellow a limit (macro LIMIT_EMERGENCY_BSS_MEM, e.g.
4096 Byte).
More information about the Gcc-bugs
mailing list