Home
last modified time | relevance | path

Searched refs:aligned_free (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp790 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()
Dastcenc_internal.h2164 void aligned_free(T* ptr) in aligned_free() function