index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
mm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-4
/
+4
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-1
/
+1
*
mesa: Add headers containing sybmols used by mm.c.
Vinson Lee
2010-07-31
1
-0
/
+5
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-8
/
+8
*
Remove incorrect test from mmAllocMem.
Michel Dänzer
2008-09-22
1
-1
/
+1
*
mesa: More signed/unsigned float/integer fixes.
José Fonseca
2008-09-21
1
-10
/
+10
*
mesa: Use appropriate unsigned/signed, float/integer types.
José Fonseca
2008-09-21
1
-2
/
+2
*
mesa: make mm.c use unsigned ints for offsets.
Dave Airlie
2008-06-17
1
-4
/
+4
*
Remove unused variable.
Keith Whitwell
2006-09-22
1
-2
/
+0
*
Add some asserts, fix some not-quite-bugs.
Keith Whitwell
2006-09-07
1
-4
/
+12
*
Fix mmFindBlock function.
Michal Krol
2006-08-02
1
-1
/
+1
*
Speedup the venerable mm.[ch] allocator with doubly linked lists and a
Keith Whitwell
2006-05-22
1
-66
/
+118
*
Remove the many aliases for 'struct mem_block' in mm.h
Keith Whitwell
2005-11-28
1
-31
/
+31
*
Lots of clean-ups. Replace __inline__ with INLINE macro. Use the
Brian Paul
2005-10-18
1
-26
/
+35
*
Add _mesa_exec_malloc() and _mesa_exec_free() for allocating
Keith Whitwell
2005-10-18
1
-0
/
+211