Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_internal.h2251 T* aligned_malloc(size_t size, size_t align) in aligned_malloc() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs518 pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void; in aligned_malloc() function