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

  /external/eigen/Eigen/src/Eigen2Support/
Memory.h 15 inline void* ei_aligned_malloc(size_t size) { return internal::aligned_malloc(size); }
  /external/pixman/test/
prng-test.c 65 uint8_t *buf = aligned_malloc (16, BUFSIZE + 1);
117 uint8_t *bytebuf = aligned_malloc(16, SMALLBUFSIZE + 1);
utils.h 169 aligned_malloc (size_t align, size_t size);
blitters-test.c 47 buf = aligned_malloc (64, stride * height);
lowlevel-blt-bench.c 756 src = aligned_malloc (4096, BUFSIZE * 3);
    [all...]
utils.c 785 aligned_malloc (size_t align, size_t size) function
    [all...]
  /external/eigen/Eigen/src/Core/util/
Memory.h 144 void* aligned_malloc(std::size_t size);
155 return aligned_malloc(size);
163 void* newptr = aligned_malloc(size);
212 inline void* aligned_malloc(size_t size) function in namespace:Eigen::internal
237 /** \internal Frees memory allocated with aligned_malloc. */
301 return aligned_malloc(size);
376 T *result = reinterpret_cast<T*>(aligned_malloc(sizeof(T)*size));
592 : Eigen::internal::aligned_malloc(sizeof(TYPE)*SIZE) ); \
599 TYPE* NAME = (BUFFER)!=0 ? BUFFER : reinterpret_cast<TYPE*>(Eigen::internal::aligned_malloc(sizeof(TYPE)*SIZE)); \
726 return static_cast<pointer>( internal::aligned_malloc( num * sizeof(T) ) )
    [all...]
  /external/eigen/test/
dynalloc.cpp 34 char *p = (char*)internal::aligned_malloc(i);
  /external/webrtc/src/system_wrappers/source/
Android.mk 24 aligned_malloc.cc \
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
system_wrappers.target.darwin-arm.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \
system_wrappers.target.darwin-arm64.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \
system_wrappers.target.darwin-mips.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \
system_wrappers.target.darwin-mips64.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \
system_wrappers.target.darwin-x86.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \
system_wrappers.target.darwin-x86_64.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \
system_wrappers.target.linux-arm.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \
system_wrappers.target.linux-arm64.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \
system_wrappers.target.linux-mips.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \
system_wrappers.target.linux-mips64.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \
system_wrappers.target.linux-x86.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \
system_wrappers.target.linux-x86_64.mk 26 third_party/webrtc/system_wrappers/source/aligned_malloc.cc \

Completed in 822 milliseconds