Mercurial > ecos-v3_0-branch
view packages/services/memalloc/common/current/ChangeLog @ 139:79d72068f491 ecos-sw-2000-11-24
Merge from eCos master repository on 2000-11-24-16:52:55-GMT
| author | jlarmour |
|---|---|
| date | Fri, 24 Nov 2000 17:42:47 +0000 |
| parents | 289bf90c6a9b |
| children | 450e4e1f1e80 |
line wrap: on
line source
2000-11-24 Jonathan Larmour <jlarmour@redhat.com> * cdl/memalloc.cdl: Invoke heapgen.tcl with build directory surrounded by quotes (and do so in a portable way). * src/heapgen.tcl: recurse back in on cygwin with correct quoting to allow directories containing spaces. Also in a Solaris shell compatible way. 2000-11-21 Jonathan Larmour <jlarmour@redhat.com> * cdl/memalloc.cdl (CYGSEM_MEMALLOC_MALLOC_ZERO_RETURNS_NULL): New option. * src/malloc.cxx (malloc): Use above option to decide if NULL should be returned on malloc(0). 2000-11-01 Jesper Skov <jskov@redhat.com> * tests/realloc.c (main): Use reasonable factor when making too large realloc (targets with 64MB would cause an overflow). 2000-10-31 Jonathan Larmour <jlarmour@redhat.com> * tests/testaux.hxx: Prototype cyg_hal_invoke_constructors() [ Forgot to check this in at the same time as below ] 2000-10-20 Jonathan Larmour <jlarmour@redhat.com> * tests/dlmalloc1.cxx: * tests/dlmalloc2.cxx: * tests/malloc4.cxx: * tests/memfix1.cxx: * tests/memfix2.cxx: * tests/memvar1.cxx: * tests/memvar2.cxx: Make sure default priority constructors have been invoked. 2000-09-14 Jesper Skov <jskov@redhat.com> * tests/realloc.c (main): fix warning. * tests/malloc1.c (main): Same. * tests/malloc2.c (main): Same. * tests/malloc3.c (main): Same. 2000-08-31 Jonathan Larmour <jlarmour@redhat.com> * cdl/memalloc.cdl: Make dlmalloc the default malloc implementation now. Also add info to the variable block and dlmalloc descriptions to describe the pros and cons of these allocators. 2000-08-09 Jonathan Larmour <jlarmour@redhat.co.uk> * tests/malloc4.cxx (thrfree): Don't yield at loop end - actually delay (thrrealloc): Ditto (thrcalloc): Ditto (thrmalloc): Ditto 2000-08-08 Jonathan Larmour <jlarmour@redhat.co.uk> * tests/malloc4.cxx: Make output more frequent 2000-08-04 Jonathan Larmour <jlarmour@redhat.co.uk> * tests/dlmalloc1.cxx (STACKSIZE): Define larger than default. 2000-08-03 Jonathan Larmour <jlarmour@redhat.co.uk> * include/dlmallocimpl.hxx (class Cyg_Mempool_dlmalloc_Implementation): Ensure typedefs are public so dlmalloc.cxx can use them at outer level. 2000-08-02 Jonathan Larmour <jlarmour@redhat.co.uk> * src/heapgen.tcl: Fix tclsh invocation quoting problems 2000-07-31 Jonathan Larmour <jlarmour@redhat.co.uk> * src/heapgen.tcl: Allow builddir to be specified on command-line * cdl/memalloc.cdl: Work around NT cygtclsh80 bug by cd'ing into heapgen.tcl's directory before running it 2000-07-26 Jonathan Larmour <jlarmour@redhat.co.uk> * tests/malloc4.cxx: Call rand_r() rather than rand, and use a seed var in each thread. 2000-07-25 Jonathan Larmour <jlarmour@redhat.co.uk> * tests/malloc4.cxx (thrfree): Get mem size here. Tidy output. (thrmalloc): Get mem size in thrfree instead * src/heapgen.tcl: Refine search for user-defined name to cope with use of CYG_LABEL_DEFN macro 2000-07-19 Jonathan Larmour <jlarmour@redhat.co.uk> * cdl/memalloc.cdl (CYGIMP_MEMALLOC_ALLOCATOR_DLMALLOC_SAFE_MULTIPLE): Default to 1 * include/mvarimpl.inl (resize_alloc): Remember to adjust other freelist entries when extending block 2000-07-04 Jonathan Larmour <jlarmour@redhat.co.uk> * CYGPKG_MEMALLOC: Created as new package, merging existing memory allocator related stuff from the kernel and libc. Many bug fixes to existing stuff, as well as performance improvements, and extra features such as a port of dlmalloc, and the ability to support multiple disjoint heaps, possibly with run-time configurable size. There's even a bit of documentation, and some new tests //=========================================================================== //####COPYRIGHTBEGIN#### // // ------------------------------------------- // The contents of this file are subject to the Red Hat eCos Public License // Version 1.1 (the "License"); you may not use this file except in // compliance with the License. You may obtain a copy of the License at // http://www.redhat.com/ // // Software distributed under the License is distributed on an "AS IS" // basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the // License for the specific language governing rights and limitations under // the License. // // The Original Code is eCos - Embedded Configurable Operating System, // released September 30, 1998. // // The Initial Developer of the Original Code is Red Hat. // Portions created by Red Hat are // Copyright (C) 1998, 1999, 2000 Red Hat, Inc. // All Rights Reserved. // ------------------------------------------- // //####COPYRIGHTEND#### //===========================================================================
