CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2000
    Posts
    3

    HP-UX C Memory Checking Functions

    Does anyone know how to use the C Run Time Library extensions in the HP-UX libraries. I know the functions are there because their symbols are exported in the shared library. I need the call signatures and documentation. I've looked on HP's web site and can't find anything on it.

  2. #2
    Join Date
    Aug 2000
    Location
    New Jersey
    Posts
    968
    Did you check out the following link:
    http://docs.hp.com/
    David Maisonave
    Author of Policy Based Synchronized Smart Pointer
    http://axter.com/smartptr


    Top ten member of C++ Expert Exchange.
    C++ Topic Area

  3. #3
    Join Date
    Aug 2000
    Posts
    3
    Sorry, I should have mentioned that I checked HP's site. There is a lot of information there, so I may have missed it. I was using the symbols I found in the C shared libary like "DUMP_HEAP", etc. A friend said he saw the information in the release notes for the compiler. I still have not found it. Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured