Home
last modified time | relevance | path

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

/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt150 aligned_malloc
/third_party/astc-encoder/Source/
Dastcenc_entry.cpp721 ctx->bsd = aligned_malloc<block_size_descriptor>(sizeof(block_size_descriptor), ASTCENC_VECALIGN); in astcenc_context_alloc()
744 ctx->working_buffers = aligned_malloc<compression_working_buffers>(worksize, ASTCENC_VECALIGN); in astcenc_context_alloc()
Dastcenc_internal.h2457 T* aligned_malloc(size_t size, size_t align) in aligned_malloc() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs513 pub fn aligned_malloc(size: size_t, alignment: size_t) -> *mut c_void; in aligned_malloc() function
/third_party/ffmpeg/
Dconfigure6107 check_func_headers malloc.h _aligned_malloc && enable aligned_malloc