Home
last modified time | relevance | path

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

/xnu-12377.61.12/tools/tests/MPMMTest/
H A DKQMPMMtest.c519 static long *client_memory = &dummy_memory; variable
528 client_memory[i] = 0; in client_work_atom()
631 client_memory = (long *) malloc(client_pages * PAGE_SIZE); in client()
633 client_memory[i * PAGE_SIZE / sizeof(long)] = 0; in client()
H A DMPMMtest.c605 static long *client_memory = &dummy_memory; variable
614 client_memory[i] = 0; in client_work_atom()
722 client_memory = (long *) malloc(client_pages * PAGE_SIZE); in client()
724 client_memory[i * PAGE_SIZE / sizeof(long)] = 0; in client()