Home
last modified time | relevance | path

Searched defs:aligned_malloc (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dcpu_function_runtime.cc25 void* aligned_malloc(size_t size, int minimum_alignment) { in aligned_malloc() function
/external/libtextclassifier/native/utils/base/
Darena.cc33 static void *aligned_malloc(size_t size, int minimum_alignment) { in aligned_malloc() function
/external/eigen/Eigen/src/Core/util/
DMemory.h153 EIGEN_DEVICE_FUNC inline void* aligned_malloc(std::size_t size) in aligned_malloc() function
/external/dynamic_depth/internal/base/
Dport.h775 inline void *aligned_malloc(size_t size, int minimum_alignment) { in aligned_malloc() function
/external/rust/crates/libc/src/windows/
Dmod.rs477 pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void; in aligned_malloc() function