Searched refs:mem_alloc (Results 1 – 5 of 5) sorted by relevance
/haiku/headers/private/graphics/common/ |
H A D | memory_manager.h | 24 status_t mem_alloc(mem_info *mem, uint32 size, void *tag, uint32 *blockID, uint32 *offset);
|
/haiku/src/add-ons/kernel/drivers/graphics/radeon/ |
H A D | DMA.c | 32 res = mem_alloc( di->memmgr[mt_local], di->dma_desc_max_num * sizeof( DMA_descriptor ), 0, in Radeon_InitDMA()
|
H A D | driver.c | 347 …result = mem_alloc( di->memmgr[memory_type], am->size, am->global ? 0 : dev, &am->handle, &am->off… in control_hook()
|
H A D | CP_setup.c | 84 res = mem_alloc( di->memmgr[mem_type], asize, NULL, handle, offset );
|
/haiku/src/add-ons/kernel/drivers/graphics/common/ |
H A D | memory_manager.c | 188 mem_alloc(mem_info *mem, uint32 size, void *tag, uint32 *blockID, uint32 *offset) in mem_alloc() function
|