Jpcsp SVN changelog:
r1385
The free block "list" is more like a set right? Faster and hopefully without lurking bugs because the algorithms didn't use ordering and duplicated memory regions make no sense here.
r1386
redesign cleanupFreeBlockList into something that is not O(n!) or whatever it was but O(n*logn). Remove some netbeans file headers.
r1387
bugfix for last commit, use the right info creating the merged info, and a little optimization (only add the merged info once).
r1388
further optimization of cleanupFreeBlockList
r1389
Remove the comparator and implement comparable instead.
r1390
delete SysMemInfo in the same place that creates (just for a class for now) prior to adding a function that uses uid to delete instead of memory adress in the places that can use it (like this one).
r1391
Create the function to delete the SysMemInfo by uid and use it in two objects (+1 int for these objects).
r1392
Strange that this wasn't already in the function.
r1393
another two functions using the new freeWithUID function (missing 2)
Download: Jpcsp SVN r1393
Source:Here
0 Comments
Post a Comment