Searched hist:183833 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Ddrm_bufs.cdiff 183833 Mon Oct 13 16:12:34 MDT 2008 rnoland 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)
H A Ddrm_irq.cdiff 183833 Mon Oct 13 16:12:34 MDT 2008 rnoland 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)
H A Ddrm_scatter.cdiff 183833 Mon Oct 13 16:12:34 MDT 2008 rnoland 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)
H A DdrmP.hdiff 183833 Mon Oct 13 16:12:34 MDT 2008 rnoland 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)

Completed in 181 milliseconds