home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / aix / 13823 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.4 KB  |  31 lines

  1. Path: sparky!uunet!charon.amdahl.com!pacbell.com!ames!agate!spool.mu.edu!howland.reston.ans.net!usc!nic.csu.net!nic.csu.net!nntp
  2. Newsgroups: comp.unix.aix
  3. Subject: Malloc
  4. Message-ID: <1993Jan27.091834.3945@nic.csu.net>
  5. From: sulistio@sutro.SFSU.EDU (Sulistio Muljadi)
  6. Date: 27 Jan 93 09:18:33 PST
  7. Distribution: world
  8. Organization: San Francisco State University
  9. Nntp-Posting-Host: sutro.sfsu.edu
  10. Lines: 19
  11.  
  12. Hi
  13. I have been having some problem with malloc, calloc....   
  14. I wonder if there are any tips about using malloc , calloc  in AIX 3.2.2
  15. it's IBM RS/6000 520 machine.  We have increase the paging space to see
  16. if that makes any difference at all.. but it doesn't make any difference.
  17.  
  18. Please send me any tips about using malloc ... I can't specifically figure out
  19. what the problem is.  I also try to use setenv MALLOCTYPE 3.1, it doesn't help
  20. much...  when calling calloc(0,sizeof(number)) , it will return nil...  which
  21. in other platform (sun, sgi, and hp) it doesn't.  i tried to use mallopt(1,0)
  22. as suggested in the previous thread .. but it doesn't work.... so any advice
  23. tips are appreciated   
  24.  
  25. Thank you
  26. -- 
  27. Mul                | Alt. address:  sulistio@futon.sfsu.edu
  28. sulistio@sutro.sfsu.edu        | NeXTmail ->    sarong!sulistio@cs.sfsu.edu 
  29. #include "std/disclaimer.h" |                sulistio@chop.isca.uiowa.edu
  30. >Genius is one per cent inspiration and ninety-nine per cent perspiration.
  31.