HomeSort by relevance Sort by last modified time
    Searched refs:aligned_malloc (Results 1 - 9 of 9) 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 126 void* aligned_malloc(size_t size);
137 return aligned_malloc(size);
145 void* newptr = aligned_malloc(size);
194 inline void* aligned_malloc(size_t size) function in namespace:Eigen::internal
219 /** \internal Frees memory allocated with aligned_malloc. */
283 return aligned_malloc(size);
358 T *result = reinterpret_cast<T*>(aligned_malloc(sizeof(T)*size));
568 : Eigen::internal::aligned_malloc(sizeof(TYPE)*SIZE) ); \
575 TYPE* NAME = (BUFFER)!=0 ? BUFFER : reinterpret_cast<TYPE*>(Eigen::internal::aligned_malloc(sizeof(TYPE)*SIZE)); \
700 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 \

Completed in 519 milliseconds