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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/rs/cpu_ref/linkloader/lib/
mmanWindows.cpp 25 int munmap(void *, size_t) { function
  /bionic/libc/arch-arm/syscalls/
munmap.S 5 ENTRY(munmap) function
14 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/main/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/valgrind/main/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" );
map_unmap.c 23 /* unmap in pieces to exercise munmap more */
33 munmap((char *)p + off, pagesize);
56 munmap(expect1, LEN);
57 munmap(expect2, LEN);
77 munmap(m1, LEN);
munmap_exe.c 8 upon the munmap() (so no "discard" message). */
21 munmap(m, 100);
  /external/valgrind/main/none/tests/mips32/
bug320057-mips32.stdout.exp 4 munmap(); status: Success
bug320057-mips32.c 30 munmap(ptr, SZ);
31 DO(munmap());
  /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
26 END(munmap)
  /external/valgrind/main/none/tests/amd64/
nibz_bennee_mmap.c 23 On investigation: the problem was the munmap returns its space in
41 if (munmap(p, 4096) < 0)
43 perror("munmap");
  /external/valgrind/main/tests/
sys_mman.h 27 r = munmap(ptr, pagesz);
  /ndk/tests/abcc/jni/mman-win32/
test.c 26 int result = munmap(map, 1024);
29 printf("munmap (MAP_ANONYMOUS, PROT_READ | PROT_WRITE) returned unexpected error: %d\n", errno);
46 int result = munmap(map, 1024);
49 printf("munmap (MAP_ANONYMOUS, PROT_READ) returned unexpected error: %d\n", errno);
66 int result = munmap(map, 1024);
69 printf("munmap (MAP_ANONYMOUS, PROT_WRITE) returned unexpected error: %d\n", errno);
88 int result = munmap(map, 1024);
91 printf("munmap (MAP_ANONYMOUS, PROT_READ) returned unexpected error: %d\n", errno);
110 int result = munmap(map, 1024);
113 printf("munmap returned unexpected error: %d\n", errno);
    [all...]
  /system/core/libion/tests/
map_test.cpp 52 ASSERT_EQ(0, munmap(ptr, size));
77 ASSERT_EQ(0, munmap(ptr, size));
98 ASSERT_EQ(0, munmap(ptr, PAGE_SIZE * 2));
106 ASSERT_EQ(0, munmap(ptr, PAGE_SIZE));
133 ASSERT_EQ(0, munmap(ptr, size));
159 ASSERT_EQ(0, munmap(ptr, size));
  /bionic/libc/include/sys/
mman.h 48 extern int munmap(void*, size_t);
  /development/ndk/platforms/android-3/include/sys/
mman.h 48 extern int munmap(void *, size_t);
  /development/ndk/platforms/android-L/include/sys/
mman.h 48 extern int munmap(void*, size_t);
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_ashmem_unittest.cpp 35 EXPECT_EQ(0, ::munmap(map, kSize));
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/
basemmap.c 24 munmap(buf, statbuf.st_size);
  /external/compiler-rt/SDKs/darwin/usr/include/sys/
mman.h 39 int munmap(void *addr, size_t len);
  /external/compiler-rt/SDKs/linux/usr/include/sys/
mman.h 40 extern int munmap(void *addr, size_t len)
  /external/compiler-rt/test/asan/TestCases/Posix/
large_allocator_unpoisons_on_free.cc 35 munmap(q, kPageSize);

Completed in 441 milliseconds

1 2 3 4 5 6 7 8 91011>>