Heap allocation window uses the DRAM size limit option and detect if heap allocation...
[clinton/Virtual-Jaguar-Rx.git] / src / debugger / heapallocatorbrowser.h
index 234d8ae..b3521f0 100644 (file)
@@ -7,9 +7,20 @@
 #ifndef __HEAPALLOCATORBROWSER_H__
 #define __HEAPALLOCATORBROWSER_H__
 
+
 #include <QtWidgets>
 #include <stdint.h>
 
+
+// Error code definitions
+#define        HA_NOERROR                                              0
+#define        HA_UNABLENEXTMEMORYALLOC                1
+#define HA_UNABLEALLOCATEMEMORYUSAGE   2
+#define HA_MEMORYBLOCKSIZEPROBLEM              3
+#define HA_MEMORYALLOCATIONPROBLEM             4
+#define HA_HAANDSPSHARESPACE                   5
+
+// 
 class HeapAllocatorBrowserWindow: public QWidget
 {
        Q_OBJECT