IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 455


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

added comments.

Location:
trunk/psLib/src
Files:
3 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
  • trunk/psLib/src/sysUtils/psDList.h

    r454 r455  
    22#define PS_DLIST_H
    33
    4 /** \file psDlist.h
    5  *  \brief Support for doubly linked lists
    6  *  \ingroup DataGroup
     4/** @file psDlist.h
     5 *  @brief Support for doubly linked lists
     6 *  @ingroup DataContainers
     7 *
     8 *  @author Robert Lupton, Princeton University
     9 *  @author Robert Daniel DeSonia, MHPCC
     10 *
     11 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-04-19 21:06:37 $
     13 *
     14 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    715 */
    816
  • trunk/psLib/src/sysUtils/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.