- Timestamp:
- 03/12/12 14:40:42 (13 years ago)
- Location:
- issm/branches/trunk-jpl-damage
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-jpl-damage ¶
-
TabularUnified issm/branches/trunk-jpl-damage/src/c/shared/Alloc/alloc.h ¶
r5768 r11684 5 5 #ifndef _ALLOC_H_ 6 6 #define _ALLOC_H_ 7 7 class Matrix; 8 class Vector; 8 9 void* xmalloc(int size); 9 10 void* xcalloc(int n,int size); 10 11 void xfree(void** pvptr); 11 12 void* xrealloc ( void* pv, int size); 13 void xdelete(Matrix** pvptr); 14 void xdelete(Vector** pvptr); 12 15 13 16 #endif
Note:
See TracChangeset
for help on using the changeset viewer.