IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2006, 2:12:02 PM (20 years ago)
Author:
desonia
Message:

modified to reflect change in behaviour of psMetadataLookupPtr/Str/MD
functions.

File:
1 edited

Legend:

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

    r6185 r6314  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2006-01-23 20:44:29 $
     10*  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2006-02-03 00:11:59 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    579579    ptr->refCounter++;
    580580    pthread_mutex_unlock(&ptr->refCounterMutex);
     581
     582    // Did the user ask to be informed about this allocation?
     583    if (ptr->id == p_psMemAllocID) {
     584        p_psMemAllocID += memAllocCallback(ptr);
     585    }
    581586
    582587    return vptr;
Note: See TracChangeset for help on using the changeset viewer.