comparison packages/services/memalloc/common/current/ChangeLog @ 2442:b71267f278b6

* src/heapgen.tcl: Init priority for pool initialization is now CYG_INIT_MEMALLOC instead of before CYG_INIT_LIBC.
author jlarmour
date Wed, 24 Oct 2007 13:25:46 +0000
parents 40f4042caeca
children 6ae04ddf9b8e
comparison
equal deleted inserted replaced
2441:40f4042caeca 2442:b71267f278b6
1 2007-10-24 Oyvind Harboe <oyvind.harboe@zylin.com> 1 2007-10-24 Oyvind Harboe <oyvind.harboe@zylin.com>
2 2007-10-24 Jonathan Larmour <jifl@eCosCentric.com>
2 3
3 * src/malloc.cxx: Init priority for pool initialization is now 4 * src/malloc.cxx: Init priority for pool initialization is now
4 CYG_INIT_MEMALLOC instead of before CYG_INIT_LIBC 5 CYG_INIT_MEMALLOC instead of before CYG_INIT_LIBC
6
7 * src/heapgen.tcl: Ditto.
5 8
6 2006-05-17 Andrew Lunn <andrew.lunn@ascom.ch> 9 2006-05-17 Andrew Lunn <andrew.lunn@ascom.ch>
7 10
8 * doc/memalloc.sgml: Fix parameters for calloc. Reported by 11 * doc/memalloc.sgml: Fix parameters for calloc. Reported by
9 Andy Jackson. 12 Andy Jackson.