Searched refs:u_mmFindBlock (Results 1 – 4 of 4) sorted by relevance
79 extern struct mem_block *u_mmFindBlock(struct mem_block *heap, int start);
217 u_mmFindBlock(struct mem_block *heap, int start) in u_mmFindBlock() function
125 struct mem_block *block = u_mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem); in _mesa_exec_free()
121 struct mem_block *block = u_mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem); in rtasm_exec_free()