This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Migration from RWTools to string - problems [newbie]


Actually, if you're interested in knowing what kind of resources your
program is using, I believe there are system calls which will give you
this information, but I'm not sure what they are off the top of my head.
That goes beyond the scope of this list, however, since has it nothing
to do with GCC.  The first place I would look if I were you (and I would
bookmark this page) is docs.sun.com:

http://docs.sun.com/db/coll/45.13

This is the developer collection for Solaris 8 - a good wealth of
information for developing on Solaris.  You might start by looking in
the system interface guide.

Good luck,
Lyle

-----Original Message-----
From: Florian Weimer [mailto:fw@deneb.enyo.de] 

Krzysztof.Wisniowski@siemens.com wrote:

> I am looking for some function to display the free memory, perhaps
that
> would give me any idea what goes wrong in the program, unfortunately I
> cannot find any. Can you give me some hints?
> I am working on SunOS 5.8 with gcc++ 2.95.3.

Compile your application on GNU/Linux on x86 and give valgrind a try.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]