summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mm.h
Commit message (Expand)AuthorAgeFilesLines
* Speedup the venerable mm.[ch] allocator with doubly linked lists and aKeith Whitwell2006-05-221-6/+6
* Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell2005-11-281-32/+9
* Correct author attribution of mm.hKeith Whitwell2005-11-281-1/+1
* Lots of clean-ups. Replace __inline__ with INLINE macro. Use theBrian Paul2005-10-181-20/+46
* Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell2005-10-181-0/+89