OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:u_mmFindBlock
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_mm.h
79
extern struct mem_block *
u_mmFindBlock
(struct mem_block *heap, int start);
u_mm.c
214
u_mmFindBlock
(struct mem_block *heap, int start)
/external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_execmem.c
116
struct mem_block *block =
u_mmFindBlock
(exec_heap, (unsigned char *)addr - exec_mem);
Completed in 64 milliseconds