Changeset 23305 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Mar 12, 2009, 2:25:59 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r15047 r23305 636 636 ); 637 637 638 /** test for matching types (equal free functions) 639 * 640 * This function returns true if the two pointers have matching, non-NULL free functions. 641 * Supplied pointers must have been allocated within the psLib memory system (ie, with a psAlloc) or the function will abort. (XXX just return false?) 642 * Supplied pointers must have been provided with free function or the function returns false. 643 */ 644 bool psMemTypeEqual (void *ptr1, ///< pointer to first psMemory object 645 void *ptr2 ///< pointer to second psMemory object 646 ); 647 638 648 // Ensure this is a psLib pointer 639 649 #define PS_ASSERT_PTR_HEAVY(PTR, RVAL) \
Note:
See TracChangeset
for help on using the changeset viewer.
