get rid of IntArrays and FloatArray code.
include holes when calculating memory usage. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1640 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -185,6 +185,7 @@ Yap_add_memory_hole(ADDR start, ADDR end)
|
||||
}
|
||||
Yap_MemoryHoles[Yap_NOfMemoryHoles].start = start;
|
||||
Yap_MemoryHoles[Yap_NOfMemoryHoles].end = end;
|
||||
Yap_HoleSize += start-end;
|
||||
Yap_NOfMemoryHoles++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user