Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. simbasaurus

    behaviour of "new" on bad_alloc

    Hello! I am trying to make sure that I clean up and free all the resources that I allocate in my code. In the following code, I am assuming that if new throws bad_alloc, than the value of array1 or array2 is unmodified, that is, they remain NULL. In this case, if allocation of array1 succeeds...
  2. simbasaurus

    C function/system call for memory monitoring

    Thank you! The Perfstat API described in one of the documents you provided was just what i needed. Best regards, Simbasaurus.
  3. simbasaurus

    C function/system call for memory monitoring

    Hello! I need to find some parameters of the system, like: memory usage (how much free memory is available) number of processors network activity. Can anyone tell me if there are such C functions that can do this, or can anyone provide a link to some useful documentation of the AIX...

Part and Inventory Search

Back
Top