K 10 svn:author V 7 rnoland K 8 svn:date V 27 2008-10-13T18:03:27.547601Z K 7 svn:log V 378 Rework memory allocation to allocate memory with different type names. This will ease the identification of memory leaks as the OS will be able to track allocations for us by malloc type. vmstat -m will show all of the allocations. Convert the calls to drm_alloc() and friends, which are used in shared code to static __inline__ while we are here. Approved by: jhb (mentor) END