Searched refs:SHM_SIZE (Results 1 - 1 of 1) sorted by relevance
/vbox/src/recompiler/tests/ | ||
H A D | linux-test.c | 517 #define SHM_SIZE 32768 macro 524 shmid = chk_error(shmget(IPC_PRIVATE, SHM_SIZE, IPC_CREAT | 0777)); 529 memset(ptr, 0, SHM_SIZE); |
Completed in 178 milliseconds