Searched refs:aligned_malloc (Results 1 – 11 of 11) sorted by relevance
13 return Eigen::internal::aligned_malloc(size);23 void* newPtr = Eigen::internal::aligned_malloc(size);
126 void* aligned_malloc(size_t size);137 return aligned_malloc(size); in generic_aligned_realloc()145 void* newptr = aligned_malloc(size); in generic_aligned_realloc()194 inline void* aligned_malloc(size_t size) in aligned_malloc() function283 return aligned_malloc(size); in conditional_aligned_malloc()358 T *result = reinterpret_cast<T*>(aligned_malloc(sizeof(T)*size)); in aligned_new()568 : Eigen::internal::aligned_malloc(sizeof(TYPE)*SIZE) ); \575 …TYPE* NAME = (BUFFER)!=0 ? BUFFER : reinterpret_cast<TYPE*>(Eigen::internal::aligned_malloc(sizeof…700 return static_cast<pointer>( internal::aligned_malloc( num * sizeof(T) ) );
65 uint8_t *buf = aligned_malloc (16, BUFSIZE + 1); in bench()117 uint8_t *bytebuf = aligned_malloc(16, SMALLBUFSIZE + 1); in main()
169 aligned_malloc (size_t align, size_t size);
47 buf = aligned_malloc (64, stride * height); in create_random_image()
756 src = aligned_malloc (4096, BUFSIZE * 3); in main()
785 aligned_malloc (size_t align, size_t size) in aligned_malloc() function
15 inline void* ei_aligned_malloc(size_t size) { return internal::aligned_malloc(size); } in ei_aligned_malloc()
24 aligned_malloc.cc \
25 '../interface/aligned_malloc.h',51 'aligned_malloc.cc',
34 char *p = (char*)internal::aligned_malloc(i); in check_aligned_malloc()