Changeset 14905
- Timestamp:
- 05/05/13 10:13:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/shared/MemOps/MemOps.h ΒΆ
r14904 r14905 1 /* \file alloc.h1 /* \file MemOps.h 2 2 * \brief: header file for memory allocations as well as templated new/delete checking for non-null pointers 3 3 */ 4 4 5 #ifndef _ ALLOC_H_6 #define _ ALLOC_H_5 #ifndef _MEM_OPS_H_ 6 #define _MEM_OPS_H_ 7 7 8 8 #include <cassert>
Note:
See TracChangeset
for help on using the changeset viewer.