Home
last modified time | relevance | path

Searched refs:mem_alloc (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/private/graphics/common/
H A Dmemory_manager.h24 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 DDMA.c32 res = mem_alloc( di->memmgr[mt_local], di->dma_desc_max_num * sizeof( DMA_descriptor ), 0, in Radeon_InitDMA()
H A Ddriver.c347 …result = mem_alloc( di->memmgr[memory_type], am->size, am->global ? 0 : dev, &am->handle, &am->off… in control_hook()
H A DCP_setup.c84 res = mem_alloc( di->memmgr[mem_type], asize, NULL, handle, offset );
/haiku/src/add-ons/kernel/drivers/graphics/common/
H A Dmemory_manager.c188 mem_alloc(mem_info *mem, uint32 size, void *tag, uint32 *blockID, uint32 *offset) in mem_alloc() function