IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2004, 11:06:37 AM (22 years ago)
Author:
desonia
Message:

added comments.

File:
1 edited

Legend:

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

    r452 r455  
    88 *  @author Robert Lupton, Princeton University
    99 *
    10  *  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2004-04-19 20:19:22 $
     10 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2004-04-19 21:06:37 $
    1212 *
    1313 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    166166}
    167167
    168 /*****************************************************************************/
    169168/*
    170169 * Return memory ID counter for next block to be allocated
     
    175174}
    176175
    177 /*****************************************************************************/
    178176/*
    179177 * Routines to check the consistency of the allocated and/or free memory arena
     
    234232    return nbad;
    235233}
    236 
    237 /*****************************************************************************/
    238234
    239235void *p_psAlloc(size_t size, const char *file, int lineno)
     
    345341}
    346342
    347 /*****************************************************************************/
    348343/*
    349344 * Check for memory leaks. Not production quality code
     
    402397}
    403398
    404 /*****************************************************************************/
    405399/*
    406400 * Reference counting APIs
Note: See TracChangeset for help on using the changeset viewer.