Searched refs:aligned_free (Results 1 – 2 of 2) sorted by relevance
790 aligned_free<block_size_descriptor>(ctx->bsd); in astcenc_context_alloc()826 aligned_free<compression_working_buffers>(ctx->working_buffers); in astcenc_context_free()827 aligned_free<block_size_descriptor>(ctx->bsd); in astcenc_context_free()
2164 void aligned_free(T* ptr) in aligned_free() function