Home
last modified time | relevance | path

Searched refs:EXEC_HEAP_SIZE (Results 1 - 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/rtasm/
H A Drtasm_execmem.c64 #define EXEC_HEAP_SIZE (10*1024*1024) macro
76 exec_heap = u_mmInit( 0, EXEC_HEAP_SIZE ); in init_heap()
79 exec_mem = (unsigned char *) mmap(NULL, EXEC_HEAP_SIZE, in init_heap()

Completed in 0 milliseconds