Searched refs:aligned_free (Results 1 – 5 of 5) sorted by relevance
103 aligned_free (mem);132 + aligned_free (mem);
723 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()
2244 void aligned_free(T* ptr) in aligned_free() function
151 aligned_free
515 pub fn aligned_free(ptr: *mut ::c_void); in aligned_free() function