IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2004, 4:51:39 PM (22 years ago)
Author:
desonia
Message:

misc changes.

File:
1 edited

Legend:

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

    r476 r541  
    1212 *  @author Robert Lupton, Princeton University
    1313 *
    14  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2004-04-20 03:11:51 $
     14 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2004-04-28 02:51:39 $
    1616 *
    1717 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    6060
    6161/// Memory allocation. Underlying private function called by macro psAlloc.
    62 void *p_psAlloc(size_t size,  ///< Size required
     62void* p_psAlloc(size_t size,  ///< Size required
    6363                const char *file, ///< File of call
    6464                int lineno)  ///< Line number of call
     
    6666
    6767/// Memory re-allocation.  Underlying private function called by macro psRealloc.
    68 void *p_psRealloc(void *ptr,  ///< Pointer to re-allocate
     68void* p_psRealloc(void *ptr,  ///< Pointer to re-allocate
    6969                  size_t size,  ///< Size required
    7070                  const char *file, ///< File of call
Note: See TracChangeset for help on using the changeset viewer.