Home
last modified time | relevance | path

Searched refs:rtasm_exec_malloc (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/rtasm/
Drtasm_execmem.c88 rtasm_exec_malloc(size_t size) in rtasm_exec_malloc() function
139 rtasm_exec_malloc(size_t size) in rtasm_exec_malloc() function
160 rtasm_exec_malloc(size_t size) in rtasm_exec_malloc() function
Drtasm_execmem.h39 rtasm_exec_malloc( size_t size );
Drtasm_x86sse.c147 p->store = rtasm_exec_malloc(p->size); in do_realloc()
154 p->store = rtasm_exec_malloc(p->size); in do_realloc()
2181 p->store = rtasm_exec_malloc(code_size); in x86_init_func_size()