summaryrefslogtreecommitdiffstats
path: root/Hashtable.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix order of calloc arguments.Hisham Muhammad2014-01-161-1/+1
| | | | (Patch by Dawid Gajownik)
* Remove old memory debugging routines. We have Valgrind nowadays.Hisham Muhammad2011-12-261-2/+0
|
* major header cleanupHisham Muhammad2011-12-261-4/+5
|
* Tempus fugit.Hisham Muhammad2011-05-261-1/+1
|
* Tempus fugit.Hisham Muhammad2010-02-251-1/+1
|
* Clean up headers by using 'static' whenever possible.Hisham Muhammad2008-03-091-7/+2
| | | | | Reduces resulting code size.
* Switch to unsigned keys in hash, according to issue #1688290 Hisham Muhammad2007-04-051-8/+8
| | | | | in the sf tracker
* Add debugging sanity checks.Hisham Muhammad2006-11-121-0/+13
|
* Add missing header.Hisham Muhammad2006-11-081-0/+1
|
* Add consistency checks.Hisham Muhammad2006-11-081-17/+44
|
* Perform RichString operations by hand.Hisham Muhammad2006-07-121-10/+3
| | | | | Avoid unnecessary operations when processing entries on ProcessList.
* Performance improvement hackathon: improve process comparison routines,Hisham Muhammad2006-07-111-3/+6
| | | | | | | | | | disable useless code in release builds such as runtime type-checking on dynamic data structures and process fields that are not being computed, faster(?) method for verifying the process owner (still need to ensure correctness), don't destroy and create process objects for hidden kernel threads over and over. Phew. I shouldn't be doing all this today, but I could not resist.
* Initial import.Hisham Muhammad2006-03-041-0/+140

© 2014-2024 Faster IT GmbH | imprint | privacy policy