HomeSort by: relevance | last modified time | path
    Searched defs:test_mmap_hint (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/libc/sys/
t_mmap.c 623 test_mmap_hint(uintptr_t hintaddr) function in typeref:typename:void
680 test_mmap_hint(0);
681 test_mmap_hint(-1);
682 test_mmap_hint(page);
683 test_mmap_hint(minaddress);
684 test_mmap_hint(maxaddress);

Completed in 12 milliseconds