Changeset 31660 for trunk/psLib/src/sys/psMemory.h
- Timestamp:
- Jun 22, 2011, 12:27:33 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psMemory.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psMemory.h
r31152 r31660 73 73 74 74 psReferenceCount refCounter; ///< how many times pointer is referenced 75 bool persistent; ///< marks if this non-user persistent data like error stack, etc. 75 bool persistent; ///< true if this is non-user persistent data like error stack, etc. 76 bool inFlight; ///< true if a nearby block is being free'ed / realloc'ed (local lock) 76 77 const uint32_t endblock; ///< initialised to p_psMEMMAGIC 77 78 } … … 145 146 #endif // ifdef DOXYGEN 146 147 148 // if we decide to use spinlocks for psMemory, it will be necessary to call this function at 149 // the start of every psLib-based program (spinlocks do not have a static initializer) 150 void psMemInit(void); 147 151 148 152 /** Set the deallocator routine
Note:
See TracChangeset
for help on using the changeset viewer.
