home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / c / 12470 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  790 b 

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