comparison packages/services/memalloc/common/current/ChangeLog @ 159:511f4dc167f6

Merge from eCos master repository on 2001-05-18-01:30:05-BST
author jlarmour
date Fri, 18 May 2001 06:32:28 +0000
parents f2545e5de153
children 0d2b193a635f
comparison
equal deleted inserted replaced
158:f2545e5de153 159:511f4dc167f6
1 2001-05-02 Hugo Tyson <hmt@redhat.com>
2
3 * src/dlmalloc.cxx (Cyg_Mempool_dlmalloc_Implementation): Fix
4 previous change; "top" is a pseudo variable via a NULL pointer if
5 the heap is not initialized, so you can't use it as a flag for "no
6 mem here"; and a typo, the comparison was reversed. The two hid
7 each other, so the check for "no mem here" usually said "OK".
8
9 2001-05-01 Jonathan Larmour <jlarmour@redhat.com>
10
11 * include/mvarimpl.inl (try_alloc): Allow zero sized heaps.
12 (Cyg_Mempool_Variable_Implementation): Ditto.
13 * src/dlmalloc.cxx (try_alloc): Ditto.
14 (Cyg_Mempool_dlmalloc_Implementation): Ditto.
15
1 2001-04-12 Hugo Tyson <hmt@redhat.com> 16 2001-04-12 Hugo Tyson <hmt@redhat.com>
2 17
3 * include/memjoin.inl (resize_alloc): Fix typo so it compiles. 18 * include/memjoin.inl (resize_alloc): Fix typo so it compiles.
4 This only applies if you configure multiple heaps. 19 This only applies if you configure multiple heaps.
5 20