Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/vm/
H A Dperf_madvise.c40 static void *allocate_and_init_buffer(uint64_t size);
86 void* buffer = allocate_and_init_buffer(args->ta_size); in madvise_free_test()
122 allocate_and_init_buffer(uint64_t size) in allocate_and_init_buffer() function