Hacks to allow repairs of fields used to define layouts of arrays.
[repair.git] / Repair / RepairCompiler / MCC / CRuntime / instrument.h
index 7709e054da092fe22117ad83170a6215104fc753..5e2ecb030089fd02e806d9f808d4e50be21c19cb 100755 (executable)
@@ -20,6 +20,9 @@ void initializemmap();
 void resettypemap();
 bool assertvalidtype(int ptr, int structure);
 bool assertvalidmemory(int ptr, int structure);
+bool assertexactmemory(int ptr, int structure);
+char *ourstrdup(const char *ptr);
+void * getendofblock(int ptr);
 void initializestack(void *);
 extern struct typemap * memmap;
 #endif