blob: 4b72cc93ed66c014b605925796c188e1dd5562f5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- storage.h
+++ storage.h
@@ -12,8 +12,8 @@
#define ALLOCSIZE (2<<15)
void init_storage();
-char *malloc();
-void free();
+char* smv_malloc();
+void smv_free();
mgr_ptr new_mgr();
rec_ptr new_rec(),dup_rec();
void free_rec();
|