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

1 2 3 4 5 6 78 91011>>

  /hardware/qcom/display/msm8226/libqdutils/
qdMetaData.cpp 93 if(munmap(base, size))
  /hardware/qcom/display/msm8960/libqdutils/
qdMetaData.cpp 85 if(munmap(base, size))
  /hardware/qcom/display/msm8994/libqdutils/
qdMetaData.cpp 99 if(munmap(base, size))
  /libcore/luni/src/main/java/libcore/io/
MemoryMappedFile.java 65 * Unmaps this memory-mapped file using munmap(2). This is a no-op if close has already been
75 Libcore.os.munmap(address, size);
  /bionic/libc/bionic/
pthread_create.cpp 76 munmap(allocation, allocation_size);
95 munmap(stack_base, SIGNAL_STACK_SIZE);
184 munmap(space, mmap_size);
233 if (thread->mmap_size != 0) munmap(thread->attr.stack_base, thread->mmap_size);
320 munmap(thread->attr.stack_base, thread->mmap_size);
pthread_internal.cpp 92 munmap(thread->attr.stack_base, thread->mmap_size);
  /external/python/cpython2/Modules/_ctypes/libffi/src/
closures.c 241 /* Use these for mmap and munmap within dlmalloc.c. */
247 #define munmap dlmunmap macro
252 #undef munmap macro
471 munmap (ptr, length);
551 int ret = munmap (code, length);
556 return munmap (start, length);
  /external/python/cpython3/Modules/_ctypes/libffi/src/
closures.c 241 /* Use these for mmap and munmap within dlmalloc.c. */
247 #define munmap dlmunmap macro
252 #undef munmap macro
471 munmap (ptr, length);
551 int ret = munmap (code, length);
556 return munmap (start, length);
  /external/linux-kselftest/tools/testing/selftests/vm/
mlock2-tests.c 324 munmap(map, 2 * page_size);
436 munmap(map, 2 * page_size);
484 munmap(map, 2 * page_size);
519 munmap(map, 2 * page_size);
561 munmap(map, 2 * page_size);
649 munmap(map, 3 * page_size);
compaction_test.c 199 munmap(map, MAP_SIZE);
216 munmap(entry->map, MAP_SIZE);
  /external/freetype/builds/unix/
ftsystem.c 52 munmap( char* addr,
197 munmap( (MUNMAP_ARG_CAST)stream->descriptor.pointer, stream->size );
  /external/freetype/builds/vms/
ftsystem.c 52 munmap( char* addr,
196 munmap( (MUNMAP_ARG_CAST)stream->descriptor.pointer, stream->size );
  /external/libdrm/tests/radeon/
rbo.c 129 munmap(bo->data, bo->size);
149 munmap(bo->data, bo->size);
  /external/ltp/testcases/kernel/syscalls/remap_file_pages/
remap_file_pages01.c 217 munmap(data, window_sz);
271 munmap(data, window_sz);
remap_file_pages02.c 328 munmap(data, cache_sz);
330 munmap(data01, cache_sz);
  /external/mksh/src/
lalloc.c 50 if (munmap(lp, lp->len))
76 if (munmap(lold, lold->len))
77 err(1, "remalloc: munmap");
  /frameworks/base/core/jni/
android_util_MemoryIntArray.cpp 93 munmap(reinterpret_cast<void *>(ashmemAddr), ashmemSize);
133 int unmapResult = munmap(reinterpret_cast<void *>(ashmemAddr), ashmemSize);
135 jniThrowException(env, "java/io/IOException", "munmap failed");
  /frameworks/native/opengl/libs/EGL/
FileBlobCache.cpp 107 munmap(buf, fileSize);
112 munmap(buf, fileSize);
  /system/core/libion/tests/
allocate_test.cpp 111 ASSERT_EQ(0, munmap(ptr, 4096));
131 ASSERT_EQ(0, munmap(ptr, 4096));
  /system/core/libunwindstack/tests/
MemoryLocalTest.cpp 89 ASSERT_EQ(0, munmap(mapping, 2 * getpagesize()));
108 ASSERT_EQ(0, munmap(mapping, 3 * 4096));
  /system/extras/tests/memtest/
memtest.cpp 165 munmap(addr2, size);
171 munmap(addr1, size);
  /system/extras/tests/pagingtest/
pagingtest.c 85 munmap(buf, size);
90 munmap(buf, size);
  /cts/tests/tests/content/jni/
NativeCursorWindow.c 95 munmap(data, 1024);
  /cts/tests/tests/security/jni/
android_security_cts_NativeCodeTest.cpp 130 munmap(a, 0x1000);
133 munmap(b, 0x1000);
228 munmap(overflow_addr, PAGE_SIZE);
316 munmap(bufs[i], PAGE_SIZE);
  /device/generic/goldfish-opengl/system/OpenglSystemCommon/
goldfish_dma.cpp 78 munmap(cxt->mapped, cxt->sz);

Completed in 4234 milliseconds

1 2 3 4 5 6 78 91011>>