HomeSort by relevance Sort by last modified time
    Searched refs:memalign (Results 126 - 150 of 163) sorted by null

1 2 3 4 56 7

  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 712 TSAN_INTERCEPTOR(void*, memalign, uptr align, uptr sz) {
713 SCOPED_TSAN_INTERCEPTOR(memalign, align, sz);
    [all...]
  /external/stressapptest/src/
worker.cc     [all...]
sat.cc     [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 6191 memalign(size_t alignment, size_t size) function
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc 107 static inline void* Memalign(size_t align, size_t size) {
108 //LOG(FATAL) << "memalign not supported on windows";
122 static inline void* Memalign(size_t align, size_t size) {
123 //LOG(FATAL) << "memalign not supported on OS X";
135 static inline void* Memalign(size_t align, size_t size) {
136 return memalign(align, size);
168 static const int FLAGS_lg_max_memalign = 18; // lg of max alignment for memalign
297 //fprintf(LOGSTREAM, "memalign fraction: %f\n", memalign_fraction_);
959 ret = Memalign(kAlignment, kTooBig);
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am 30 -fno-builtin-memalign -fno-builtin-posix_memalign \
90 -W memalign -W posix_memalign -W valloc -W pvalloc \
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc 107 static inline void* Memalign(size_t align, size_t size) {
108 //LOG(FATAL) << "memalign not supported on windows";
122 static inline void* Memalign(size_t align, size_t size) {
123 //LOG(FATAL) << "memalign not supported on OS X";
135 static inline void* Memalign(size_t align, size_t size) {
136 return memalign(align, size);
168 static const int FLAGS_lg_max_memalign = 18; // lg of max alignment for memalign
297 //fprintf(LOGSTREAM, "memalign fraction: %f\n", memalign_fraction_);
959 ret = Memalign(kAlignment, kTooBig);
    [all...]
  /external/e2fsprogs/misc/
badblocks.c 121 ret = memalign(sys_page_size, size);
  /external/stlport/src/
allocators.cpp     [all...]
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 326 void* MC_(memalign) ( ThreadId tid, SizeT alignB, SizeT n ) function
328 if (complain_about_silly_args(n, "memalign")) {
  /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);
  /ndk/sources/cxx-stl/stlport/src/
allocators.cpp     [all...]
  /external/qemu/
savevm.c 70 #define memalign(align, size) malloc(size) macro
    [all...]
net-android.c 112 #define memalign(align, size) malloc(size) macro
    [all...]
net.c 110 #define memalign(align, size) malloc(size) macro
    [all...]
vl-android.c 166 #define memalign(align, size) malloc(size) macro
    [all...]
  /external/valgrind/main/VEX/unused/
linker.c     [all...]
  /external/valgrind/main/drd/tests/
tsan_unittest.cpp     [all...]
  /external/valgrind/main/none/tests/amd64/
avx-1.c 65 Block* b = memalign(32, sizeof(Block)); \
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /frameworks/av/services/audioflinger/
AudioResamplerSinc.cpp     [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 43 // server requires malloc.h for memalign
361 uint8_t* ptr = (uint8_t *)memalign(16, allocSize);
    [all...]
  /external/valgrind/main/massif/tests/
culling1.stderr.exp 11 Massif: memalign

Completed in 2333 milliseconds

1 2 3 4 56 7