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

  /external/eigen/Eigen/src/Eigen2Support/
Memory.h 18 inline void* ei_handmade_aligned_malloc(size_t size) { return internal::handmade_aligned_malloc(size); }
  /external/eigen/test/
dynalloc.cpp 22 char *p = (char*)internal::handmade_aligned_malloc(i);
  /external/eigen/Eigen/src/Core/util/
Memory.h 91 inline void* handmade_aligned_malloc(size_t size) function in namespace:Eigen::internal
100 /** \internal Frees memory allocated with handmade_aligned_malloc */
113 if (ptr == 0) return handmade_aligned_malloc(size);
210 result = handmade_aligned_malloc(size);
    [all...]

Completed in 125 milliseconds