From: Ullrich von Bassewitz (uz_at_musoftware.de)
Date: 2003-04-24 12:43:16
On Thu, Apr 24, 2003 at 12:34:01PM +0200, carlosofcascade wrote:
> in which segment does malloc, calloc work?
The heap uses the memory between the BSS segment and the stack.
> how does it know, which
> memory is assigned to variables?
Because these variables are part of a segment.
> or which memory in the bss segment is
> reserved for other purposes ?
It doesn't need to, because it doesn't use the BSS segment.
Regards
Uz
--
Ullrich von Bassewitz uz_at_musoftware.de
----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo_at_musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-04-24 12:46:12 CEST