IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2021, 2:11:05 PM (5 years ago)
Author:
eugene
Message:

add fixes to avoid bad memory ranges (needed for at least for gentoo kernel 3.7.6, gcc version 4.3.2-r3); do not print if output file is not defined; add some test functions to help in memory debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psMemory.h

    r32174 r41518  
    651651);
    652652
     653/** print detailed information about a pointer allocated by psAlloc
     654 *
     655 * This function prints a detailed description of a psMemBlock to output.
     656 *
     657 * @return the return status of fprintf()
     658 */
     659int psMemBlockPrintPtr(
     660    FILE *output,                       ///< FILE to write information too
     661    void *ptr ///< pointer to be examined
     662);
     663
    653664/** test for matching types (equal free functions)
    654665 *
Note: See TracChangeset for help on using the changeset viewer.