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