diff options
Diffstat (limited to 'all_pairs/source/susan/wccmalloc.h')
| -rw-r--r-- | all_pairs/source/susan/wccmalloc.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/all_pairs/source/susan/wccmalloc.h b/all_pairs/source/susan/wccmalloc.h new file mode 100644 index 0000000..dbb2ada --- /dev/null +++ b/all_pairs/source/susan/wccmalloc.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef _WCCMALLOC_H | ||
| 2 | #define _WCCMALLOC_H | ||
| 3 | |||
| 4 | void* susan_wccmalloc( unsigned int numberOfBytes ); | ||
| 5 | //! Frees ALL allocated memory space | ||
| 6 | void susan_wccfreeall( void ); | ||
| 7 | void *susan_wccmemcpy( void* dstpp, const void* srcpp, unsigned int len ); | ||
| 8 | void susan_wccmemset( void *p, int value, unsigned int num ); | ||
| 9 | |||
| 10 | #endif | ||
