HomeSort by relevance Sort by last modified time
    Searched refs:POSIX_MEMALIGN (Results 1 - 3 of 3) sorted by null

  /external/valgrind/unittest/
posix_tests.cc 259 int *POSIX_MEMALIGN;
277 (*POSIX_MEMALIGN)++;
295 CHECK(0 == posix_memalign((void**)&POSIX_MEMALIGN, 64, sizeof(int)));
312 ANNOTATE_EXPECT_RACE(POSIX_MEMALIGN, "real race on a posix_memalign-ed object");
331 free(POSIX_MEMALIGN);
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 91 10160 POSIX_MEMALIGN
805 /*---------------------- posix_memalign ----------------------*/
807 #define POSIX_MEMALIGN(soname, fnname) \
837 POSIX_MEMALIGN(VG_Z_LIBC_SONAME, posix_memalign);
840 //POSIX_MEMALIGN(VG_Z_LIBC_SONAME, posix_memalign);
    [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]

Completed in 48 milliseconds