HomeSort by relevance Sort by last modified time
    Searched full:mmaped (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/compiler-rt/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/linux-x86/clang-4393122/lib64/clang/5.0.1/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/linux-x86/clang-4479392/lib64/clang/5.0.2/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/linux-x86/clang-4579689/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/linux-x86/clang-4630689/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/linux-x86/clang-4639204/lib64/clang/6.0.1/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /prebuilts/clang/host/linux-x86/clang-4691093/lib64/clang/6.0.2/include/sanitizer/
allocator_interface.h 37 /* Number of bytes, mmaped by the allocator to fulfill allocation requests.
45 /* Number of bytes, mmaped by the allocator, which can be used to fulfill
  /system/extras/ioshark/
compile-only.sh 69 # the strace pluck the corresponding entries for the mmap (mmaped IO)
82 # for this mmaped file.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c 366 /* We will place the test data in a mmaped file */
369 void *mmaped; local
400 mmaped = mmap(NULL, sz, PROT_READ | PROT_WRITE, MAP_SHARED,
402 if (mmaped == MAP_FAILED)
405 td = (struct testdata *)mmaped;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
1-2.c 352 /* We will place the test data in a mmaped file */
355 void *mmaped; local
389 mmaped =
391 if (mmaped == MAP_FAILED) {
395 td = (testdata_t *) mmaped;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-4.c 304 /* We will place the test data in a mmaped file */
307 void *mmaped; local
340 mmaped =
342 if (mmaped == MAP_FAILED) {
346 td = (testdata_t *) mmaped;
2-7.c 310 /* We will place the test data in a mmaped file */
313 void *mmaped; local
346 mmaped =
348 if (mmaped == MAP_FAILED) {
352 td = (testdata_t *) mmaped;
4-2.c 261 /* We will place the test data in a mmaped file */
264 void *mmaped; local
297 mmaped =
299 if (mmaped == MAP_FAILED) {
303 td = (testdata_t *) mmaped;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
2-2.c 318 /* We will place the test data in a mmaped file */
321 void *mmaped; local
354 mmaped =
356 if (mmaped == MAP_FAILED) {
360 td = (testdata_t *) mmaped;
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress1.c 436 /* We will place the test data in a mmaped file */
439 void *mmaped; local
473 mmaped =
475 if (mmaped == MAP_FAILED) {
479 td = (testdata_t *) mmaped;
  /external/compiler-rt/test/asan/TestCases/Posix/
dlclose-test.cc 8 // 5. application starts using this mmaped memory, but asan still thinks there
  /external/kernel-headers/original/uapi/rdma/
nes-abi.h 63 __u32 wq_size; /* size of the WQs (sq+rq) allocated to the mmaped area */
  /external/libdrm/exynos/
exynos_drmif.h 45 * @vaddr: user space address to a gem buffer mmaped.

Completed in 2113 milliseconds

12 3 4 5 6 7