IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2011, 2:16:18 PM (15 years ago)
Author:
eugene
Message:

adding element to psMemBlock to allow more fine-grained locking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/psLib/src/sys/psMemory.h

    r31152 r31568  
    7373
    7474    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)
    7677    const uint32_t endblock;            ///< initialised to p_psMEMMAGIC
    7778}
Note: See TracChangeset for help on using the changeset viewer.