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

  /external/eigen/test/
dynalloc.cpp 24 char *p = (char*)internal::handmade_aligned_malloc(i);
  /external/eigen/Eigen/src/Core/util/
Memory.h 86 inline void* handmade_aligned_malloc(std::size_t size) function in namespace:Eigen::internal
95 /** \internal Frees memory allocated with handmade_aligned_malloc */
108 if (ptr == 0) return handmade_aligned_malloc(size);
164 result = handmade_aligned_malloc(size);
    [all...]

Completed in 76 milliseconds