Searched refs:mmFindBlock (Results 1 – 3 of 3) sorted by relevance
78 extern struct mem_block *mmFindBlock(struct mem_block *heap, unsigned start);
125 struct mem_block *block = mmFindBlock(exec_heap, (unsigned char *)addr - exec_mem); in _mesa_exec_free()
200 mmFindBlock(struct mem_block *heap, unsigned start) in mmFindBlock() function