drm_alloc 1146 include/drm/drmP.h extern void *drm_alloc(size_t size, int area); drm_alloc 170 include/drm/drm_memory_debug.h addr = drm_alloc (nmemb * size, area); drm_alloc 180 include/drm/drm_memory_debug.h if (!(pt = drm_alloc (size, area)))