Changeset 41518 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Apr 2, 2021, 2:11:05 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r32174 r41518 651 651 ); 652 652 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 */ 659 int psMemBlockPrintPtr( 660 FILE *output, ///< FILE to write information too 661 void *ptr ///< pointer to be examined 662 ); 663 653 664 /** test for matching types (equal free functions) 654 665 *
Note:
See TracChangeset
for help on using the changeset viewer.
