Home
last modified time | relevance | path

Searched refs:handmade_aligned_malloc (Results 1 – 2 of 2) sorted by relevance

/external/eigen/test/
Ddynalloc.cpp24 char *p = (char*)internal::handmade_aligned_malloc(i); in check_handmade_aligned_malloc()
/external/eigen/Eigen/src/Core/util/
DMemory.h86 inline void* handmade_aligned_malloc(std::size_t size) in handmade_aligned_malloc() function
108 if (ptr == 0) return handmade_aligned_malloc(size);
164 result = handmade_aligned_malloc(size); in aligned_malloc()