2008-06-04 13:32:45 heap space
Linux Newbie (INDIA)
Message: 56687
Hi,
If the application is not compiled as part of uImage,
Will each thread have their own heap space in a process?
Is available space is considered as heap? If not how heap space is determined / configured?
Thanks in advance
QuoteReplyEditDelete
2008-06-04 16:26:47 Re: heap space
Mike Frysinger (UNITED STATES)
Message: 56692
please search the forums ... this has been asked and explained extensively. there is no such thing as per-process heaps when you dont have an mmu, thus there is nothing to control. all of memory may be used to satisfy any memory request.