Changeset 10942 for branches/jch-memory/psLib/src/sys/psMemory.h
- Timestamp:
- Jan 5, 2007, 12:30:08 PM (19 years ago)
- File:
-
- 1 edited
-
branches/jch-memory/psLib/src/sys/psMemory.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/jch-memory/psLib/src/sys/psMemory.h
r10941 r10942 14 14 * @ingroup MemoryManagement 15 15 * 16 * @version $Revision: 1.61.2. 9$ $Name: not supported by cvs2svn $17 * @date $Date: 2007-01-05 22: 16:48 $16 * @version $Revision: 1.61.2.10 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2007-01-05 22:30:08 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 66 66 * aligned for all storage types. 67 67 */ 68 69 // The memory overhead of a psMemBlock + the trailing post can be checked in 70 // gdb with the following command: 71 // p sizeof(psMemBlock) + sizeof(void*) 68 72 typedef struct psMemBlock 69 73 { … … 148 152 ) __attribute__((malloc)); 149 153 # else // __GNUC__ 154 150 155 psPtr p_psAlloc( 151 156 size_t size, ///< Size required … … 357 362 ) __attribute__((malloc)); 358 363 # else // __GNUC__ 364 359 365 psPtr p_psRealloc( 360 366 psPtr ptr, ///< Pointer to re-allocate
Note:
See TracChangeset
for help on using the changeset viewer.
