HomeSort by relevance Sort by last modified time
    Searched refs:munmap (Results 1 - 25 of 845) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/freetype/builds/unix/
ft-munmap.m4 15 [AC_MSG_CHECKING([for munmap's first parameter type])
21 int munmap(void *, size_t);
28 [Define to 1 if the first argument of munmap is of type void *])],
32 # end of ft-munmap.m4
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
18-1-buildonly.c 11 * int munmap(void *, size_t)
26 dummyvar = munmap;
  /bionic/libc/arch-arm/syscalls/
munmap.S 5 ENTRY(munmap) function
16 END(munmap)
  /bionic/libc/arch-arm64/syscalls/
munmap.S 5 ENTRY(munmap) function
14 END(munmap)
  /bionic/libc/arch-mips/syscalls/
munmap.S 5 ENTRY(munmap) function
19 END(munmap)
  /bionic/libc/arch-x86_64/syscalls/
munmap.S 5 ENTRY(munmap) function
15 END(munmap)
  /external/valgrind/none/tests/linux/
mremap.c 13 munmap(map, mapsz);
42 munmap(np, 256*1024);
52 munmap(np, 256*1024);
62 munmap(np, 2048*1024);
72 munmap(np, 2048*1024);
75 munmap(p+512*1024, 4096);
83 munmap(np, 1024*1024);
86 munmap(p+512*1024, 4096);
95 munmap(np, 1024*1024);
  /external/strace/tests/
tail_alloc.c 47 if (munmap(p, page_size) ||
48 munmap(p + 2 * page_size, page_size) ||
49 munmap(tail_guard, page_size) ||
50 munmap(tail_guard + 2 * page_size, page_size))
51 perror_msg_and_fail("munmap");
  /external/strace/tests-m32/
tail_alloc.c 47 if (munmap(p, page_size) ||
48 munmap(p + 2 * page_size, page_size) ||
49 munmap(tail_guard, page_size) ||
50 munmap(tail_guard + 2 * page_size, page_size))
51 perror_msg_and_fail("munmap");
  /external/strace/tests-mx32/
tail_alloc.c 47 if (munmap(p, page_size) ||
48 munmap(p + 2 * page_size, page_size) ||
49 munmap(tail_guard, page_size) ||
50 munmap(tail_guard + 2 * page_size, page_size))
51 perror_msg_and_fail("munmap");
  /external/valgrind/none/tests/
map_unaligned.c 16 if ( munmap( p1, 4096 ) != 0 )
18 perror( "aligned munmap failed" );
31 if ( munmap( p2, 4096 ) != 0 )
33 perror( "unaligned munmap failed" );
munmap_exe.c 8 upon the munmap() (so no "discard" message). */
21 munmap(m, 100);
map_unmap.c 61 /* unmap in pieces to exercise munmap more */
71 munmap((char *)p + off, pagesize);
94 munmap(expect1, LEN);
95 munmap(expect2, LEN);
115 munmap(m1, LEN);
122 munmap(expect3, HUGESZ);
  /external/valgrind/none/tests/mips32/
bug320057-mips32.stdout.exp 4 munmap(); status: Success
  /bionic/libc/arch-mips64/syscalls/
munmap.S 5 ENTRY(munmap) function
25 END(munmap)
  /bionic/libc/arch-x86/syscalls/
munmap.S 5 ENTRY(munmap) function
34 END(munmap)
  /external/linux-kselftest/tools/testing/selftests/powerpc/mm/
hugetlb_vs_thp_test.c 25 * munmap here before continuing. munmap() length of
28 if (munmap(addr, SIZE)) {
29 perror("munmap");
57 munmap(addr, SIZE);
  /system/nvram/hal/
fake-nvram-seccomp-arm.policy 46 munmap: 1
fake-nvram-seccomp-arm64.policy 46 munmap: 1
fake-nvram-seccomp-x86.policy 47 munmap: 1
fake-nvram-seccomp-x86_64.policy 46 munmap: 1
  /external/compiler-rt/test/asan/TestCases/Darwin/
segv_read_write.c 17 munmap(p, 4096);
  /external/compiler-rt/test/asan/TestCases/Linux/
segv_read_write.c 17 munmap(p, 4096);
  /external/toybox/toys/android/
load_policy.c 30 munmap(policy_data, policy_len);
  /external/valgrind/massif/tests/
mmapunmap.c 17 munmap(m, 80 * 1000 * 1024);

Completed in 344 milliseconds

1 2 3 4 5 6 7 8 91011>>