Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/vm/
H A Dvm_ranges.c648 size_t const sz_too_large = ti.max_address - ti.min_address + 1; variable
649 T_LOG("Trying to allocate %zu bytes", sz_too_large);
650 ensure_mmap_fails(NULL, sz_too_large, MAP_ANON | MAP_PRIVATE, -1);