aboutsummaryrefslogtreecommitdiffstats
path: root/common/uintmap.c
Commit message (Collapse)AuthorAgeFilesLines
* Use separate arrays for UIntMap keys and valuesChris Robinson2016-07-041-40/+69
|
* Use al_malloc/al_free for the UIntMap arrayChris Robinson2016-07-041-8/+16
|
* Hold the source map lock while handling itChris Robinson2016-05-101-0/+47
|
* Move RWLock and UIntMap implementations to commonChris Robinson2014-05-071-0/+144
This should make the code in common completely self-reliant.