Home
last modified time | relevance | path

Searched refs:aligned_free (Results 1 - 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp723 aligned_free<block_size_descriptor>(ctx->bsd); in astcenc_context_alloc()
756 aligned_free<block_size_descriptor>(ctx->bsd); in astcenc_context_alloc()
794 aligned_free<compression_working_buffers>(ctx->working_buffers); in astcenc_context_free()
802 aligned_free<block_size_descriptor>(ctx->bsd); in astcenc_context_free()
H A Dastcenc_internal.h2210 * Allocated memory must be freed by aligned_free.
2248 void aligned_free(T* ptr) in aligned_free() function
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs515 pub fn aligned_free(ptr: *mut ::c_void); in aligned_free() functions

Completed in 7 milliseconds