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

/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c432 static long *client_memory = &dummy_memory; variable
440 client_memory[i] = 0;
541 client_memory = (long *) malloc(client_pages * PAGE_SIZE);
543 client_memory[i * PAGE_SIZE / sizeof(long)] = 0;
H A DKQMPMMtest.c485 static long *client_memory = &dummy_memory; variable
493 client_memory[i] = 0;
594 client_memory = (long *) malloc(client_pages * PAGE_SIZE);
596 client_memory[i * PAGE_SIZE / sizeof(long)] = 0;

Completed in 73 milliseconds