comparison src/ntheap.c @ 380:8626e4521993 r21-2-5

Import from CVS: tag r21-2-5
author cvs
date Mon, 13 Aug 2007 11:07:10 +0200
parents cc15677e0335
children 74fd4e045ea6
comparison
equal deleted inserted replaced
379:76b7d63099ad 380:8626e4521993
109 } 109 }
110 110
111 static char * 111 static char *
112 allocate_heap (void) 112 allocate_heap (void)
113 { 113 {
114 /* The base address for our GNU malloc heap is chosen in conjuction 114 /* The base address for our GNU malloc heap is chosen in conjunction
115 with the link settings for temacs.exe which control the stack size, 115 with the link settings for temacs.exe which control the stack size,
116 the initial default process heap size and the executable image base 116 the initial default process heap size and the executable image base
117 address. The link settings and the malloc heap base below must all 117 address. The link settings and the malloc heap base below must all
118 correspond; the relationship between these values depends on how NT 118 correspond; the relationship between these values depends on how NT
119 and Win95 arrange the virtual address space for a process (and on 119 and Win95 arrange the virtual address space for a process (and on