Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Eigen2Support/
DMemory.h18 inline void* ei_handmade_aligned_malloc(size_t size) { return internal::handmade_aligned_malloc(siz… in ei_handmade_aligned_malloc()
/external/eigen/test/
Ddynalloc.cpp22 char *p = (char*)internal::handmade_aligned_malloc(i); in check_handmade_aligned_malloc()
/external/eigen/Eigen/src/Core/util/
DMemory.h104 inline void* handmade_aligned_malloc(std::size_t size) in handmade_aligned_malloc() function
126 if (ptr == 0) return handmade_aligned_malloc(size);
228 result = handmade_aligned_malloc(size); in aligned_malloc()