Home
last modified time | relevance | path

Searched refs:aligned_malloc (Results 1 - 4 of 4) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp708 ctx->bsd = aligned_malloc<block_size_descriptor>(sizeof(block_size_descriptor), ASTCENC_VECALIGN); in astcenc_context_alloc()
751 ctx->working_buffers = aligned_malloc<compression_working_buffers>(worksize, ASTCENC_VECALIGN); in astcenc_context_alloc()
H A Dastcenc_internal.h2219 T* aligned_malloc(size_t size, size_t align) in aligned_malloc() function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs513 pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void; in aligned_malloc() functions
/third_party/ffmpeg/
H A Dconfigure2267 aligned_malloc
6235 check_func_headers malloc.h _aligned_malloc && enable aligned_malloc

Completed in 14 milliseconds