Searched refs:aligned_free (Results 1 – 5 of 5) sorted by relevance
103 aligned_free (mem);132 + aligned_free (mem);
151 aligned_free
749 aligned_free<block_size_descriptor>(ctx->bsd); in astcenc_context_alloc()784 aligned_free<compression_working_buffers>(ctx->working_buffers); in astcenc_context_free()785 aligned_free<block_size_descriptor>(ctx->bsd); in astcenc_context_free()
2482 void aligned_free(T* ptr) in aligned_free() function
515 pub fn aligned_free(ptr: *mut ::c_void); in aligned_free() function