summaryrefslogtreecommitdiff
path: root/src/mesa/main/mm.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-4/+4
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2010-07-31mesa: Add headers containing sybmols used by mm.c.Vinson Lee1-0/+5
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-8/+8
2008-09-22Remove incorrect test from mmAllocMem.Michel Dänzer1-1/+1
2008-09-21mesa: More signed/unsigned float/integer fixes.José Fonseca1-10/+10
2008-09-21mesa: Use appropriate unsigned/signed, float/integer types.José Fonseca1-2/+2
2008-06-17mesa: make mm.c use unsigned ints for offsets.Dave Airlie1-4/+4
2006-09-22Remove unused variable.Keith Whitwell1-2/+0
2006-09-07Add some asserts, fix some not-quite-bugs.Keith Whitwell1-4/+12
2006-08-02Fix mmFindBlock function.Michal Krol1-1/+1
2006-05-22Speedup the venerable mm.[ch] allocator with doubly linked lists and aKeith Whitwell1-66/+118
2005-11-28Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell1-31/+31
2005-10-18Lots of clean-ups. Replace __inline__ with INLINE macro. Use theBrian Paul1-26/+35
2005-10-18Add _mesa_exec_malloc() and _mesa_exec_free() for allocatingKeith Whitwell1-0/+211