HomeSort by relevance Sort by last modified time
    Searched refs:posix_memalign (Results 151 - 175 of 178) sorted by null

1 2 3 4 5 67 8

  /bionic/libc/malloc_debug/
malloc_debug.cpp 722 return g_dispatch->posix_memalign(memptr, alignment, size);
  /external/blktrace/btreplay/
btreplay.c 327 if (posix_memalign(&buf, pgsize, nbytes)) {
328 fatal("posix_memalign", ERR_SYSCALL, "Allocation failed\n");
    [all...]
  /external/e2fsprogs/misc/
badblocks.c 130 if (posix_memalign(&ret, sys_page_size, size) < 0)
    [all...]
  /external/libdrm/tests/amdgpu/
basic_tests.c     [all...]
  /external/libdrm/tests/exynos/
exynos_fimg2d_test.c 155 if (posix_memalign((void*)&buf, 64, num_tiles_y * tile_size * stride * 4) != 0)
  /external/e2fsprogs/contrib/
fsstress.c     [all...]
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c     [all...]
  /system/core/libbacktrace/
backtrace_test.cpp     [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]
  /bionic/tests/
string_test.cpp 801 ASSERT_EQ(0, posix_memalign(reinterpret_cast<void**>(&buffer), 64, 64));
    [all...]
  /external/gemmlowp/standalone/
neon-gemm-kernel-benchmark.cc     [all...]
  /external/stressapptest/src/
sat.cc     [all...]
  /system/keymaster/key_blob_utils/
ocb.c 673 if (posix_memalign(&p, 16, sizeof(ae_ctx)) != 0)
    [all...]
  /external/valgrind/massif/tests/
culling1.stderr.exp 12 Massif: posix_memalign
culling2.stderr.exp 12 Massif: posix_memalign
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile.go 1137 `(__)?posix_memalign`,
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 1184 `(__)?posix_memalign`,
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
legacy_profile.go 1137 `(__)?posix_memalign`,
    [all...]
  /prebuilts/go/linux-x86/src/runtime/pprof/internal/profile/
legacy_profile.go 1184 `(__)?posix_memalign`,
  /bionic/libc/malloc_debug/tests/
malloc_debug_unit_tests.cpp 125 posix_memalign,
    [all...]
  /external/dlmalloc/
malloc.c     [all...]
  /external/f2fs-tools/tools/sg_write_buffer/
sg_lib.c 30 #define _POSIX_C_SOURCE 200809L /* for posix_memalign() */
    [all...]
  /external/libdrm/intel/
intel_bufmgr_gem.c 1043 ret = posix_memalign(&ptr, pgsz, pgsz);
    [all...]
  /external/stressapptest/
configure     [all...]

Completed in 462 milliseconds

1 2 3 4 5 67 8