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

  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 86 10110 MEMALIGN
184 __builtin_delete, calloc, realloc, memalign, and friends.
640 /*---------------------- memalign ----------------------*/
667 #define MEMALIGN(soname, fnname) \
677 MALLOC_TRACE("memalign(al %llu, size %llu)", \
693 MEMALIGN(VG_Z_LIBC_SONAME, memalign);
696 MEMALIGN(VG_Z_LIBC_SONAME, memalign);
712 return VG_REPLACE_FUNCTION_EZU(10110,VG_Z_LIBC_SONAME,memalign) \
    [all...]
  /external/valgrind/unittest/
posix_tests.cc 258 int *MEMALIGN;
276 (*MEMALIGN)++;
294 MEMALIGN = (int*)memalign(64, sizeof(int));
311 ANNOTATE_EXPECT_RACE(MEMALIGN, "real race on a memalign-ed object");
330 free(MEMALIGN);
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]

Completed in 391 milliseconds