aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_mempool.c
Commit message (Expand)AuthorAgeFilesLines
* util: fix another mutex leak in mempoolMarek Olšák2010-07-261-2/+1
* util: fix mutex leaks in mempoolMarek Olšák2010-07-261-1/+2
* util: mempool: initialize last block's magic number in a pageMarek Olšák2010-07-201-0/+1
* util: remove the dummy field in mempoolMarek Olšák2010-07-191-9/+4
* util: add dummy field to empty structure typesBrian Paul2010-07-191-1/+1
* util: add a memory pool for equally sized memory allocationsMarek Olšák2010-07-191-0/+173