Searched refs:EXEC_HEAP_SIZE (Results 1 – 2 of 2) sorted by relevance
61 #define EXEC_HEAP_SIZE (10*1024*1024) macro81 exec_heap = u_mmInit( 0, EXEC_HEAP_SIZE ); in init_heap()84 exec_mem = mmap(NULL, EXEC_HEAP_SIZE, PROT_EXEC | PROT_READ | PROT_WRITE, in init_heap()
64 #define EXEC_HEAP_SIZE (10*1024*1024) macro76 exec_heap = u_mmInit( 0, EXEC_HEAP_SIZE ); in init_heap()79 exec_mem = (unsigned char *) mmap(0, EXEC_HEAP_SIZE, in init_heap()