OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEMALIGN
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c
86
10110
MEMALIGN
187
__builtin_delete, calloc, realloc,
memalign
, and friends.
674
/*----------------------
memalign
----------------------*/
701
#define
MEMALIGN
(soname, fnname) \
711
MALLOC_TRACE("
memalign
(al %llu, size %llu)", \
727
MEMALIGN
(VG_Z_LIBC_SONAME,
memalign
);
728
MEMALIGN
(SO_SYN_MALLOC,
memalign
);
731
MEMALIGN
(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 420 milliseconds