Re: Memory allocator performance in C/C++ compilers

rosinowski@gmx.de (Jan Rosinowski)
27 Jan 1999 13:02:37 -0500

          From comp.compilers

Related articles
Memory allocator performance in C/C++ compilers eem12@cornell.edu (ed mckenzie) (1999-01-22)
Re: Memory allocator performance in C/C++ compilers eodell@pobox.com (1999-01-25)
Re: Memory allocator performance in C/C++ compilers chase@world.std.com (David Chase) (1999-01-25)
Re: Memory allocator performance in C/C++ compilers vmakarov@cygnus.com (Vladimir Makarov) (1999-01-25)
Re: Memory allocator performance in C/C++ compilers eem12@cornell.edu (ed mckenzie) (1999-01-27)
Re: Memory allocator performance in C/C++ compilers johnsgreen@worldnet.att.net (John S. Green) (1999-01-27)
Re: Memory allocator performance in C/C++ compilers rosinowski@gmx.de (1999-01-27)
| List of all articles for this month |

From: rosinowski@gmx.de (Jan Rosinowski)
Newsgroups: comp.compilers
Date: 27 Jan 1999 13:02:37 -0500
Organization: University of Karlsruhe
References: 99-01-081
Keywords: storage, performance

If you need to speed things up, implement several heaps with
specialized allocation/deallocation methods. eg. fixed blocksize
heaps, highwatermark-deallocation-heaps etc..


ciao, jan


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.