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,
H A Ddriver.c347 result = mem_alloc( di->memmgr[memory_type], am->size, am->global ? 0 : dev, &am->handle, &am->offset );
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) function
193 TRACE(("mem_alloc(mem %p, size=%lx, tag=%p)\n", mem, size, tag));
209 TRACE(("mem_alloc: out of memory\n"));
217 TRACE(("mem_alloc: out of blocks\n"));
244 TRACE(("mem_alloc(block_id=%ld, offset=%lx)\n", *blockID, *offset));
256 * \param tag owner tag (must match tag passed to mem_alloc())

Completed in 55 milliseconds