Searched refs:EXEC_HEAP_SIZE (Results 1 – 2 of 2) sorted by relevance
60 #define EXEC_HEAP_SIZE (10*1024*1024) macro80 exec_heap = mmInit( 0, EXEC_HEAP_SIZE ); in init_heap()83 exec_mem = mmap(NULL, EXEC_HEAP_SIZE, PROT_EXEC | PROT_READ | PROT_WRITE, in init_heap()
63 #define EXEC_HEAP_SIZE (10*1024*1024) macro75 exec_heap = u_mmInit( 0, EXEC_HEAP_SIZE ); in init_heap()78 exec_mem = (unsigned char *) mmap(0, EXEC_HEAP_SIZE, in init_heap()