home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!ucbvax!bloom-beacon!eru.mt.luth.se!lunic!sunic!seunet!swbull!proxxi.se!elias
- From: elias@proxxi.se (Elias M}rtensson (proxxi))
- Newsgroups: comp.lang.c
- Subject: How many malloc's can I use?
- Message-ID: <1992Aug17.181615.11905@proxxi.se>
- Date: 17 Aug 92 18:16:15 GMT
- Organization: proxxi
- Lines: 13
-
- Does ANSI C specify the maximum number of malloc calls that can safely
- be made? Can I do a couple of thousand malloc's and still count on
- that everything will work fine? I am not interested in any
- descriptions of the MS-DOS limitations or anything like that. I just
- want to know what ANSI C says.
-
- And does ANSI C specify that largest block of memory that can be
- malloc'ed?
-
- ###################
- # Elias Martenson #
- # elias@proxxi.se #
- ###################
-