Searched refs:aligned_malloc (Results 1 – 2 of 2) sorted by relevance
762 ctx->bsd = aligned_malloc<block_size_descriptor>(sizeof(block_size_descriptor), ASTCENC_VECALIGN); in astcenc_context_alloc()785 ctx->working_buffers = aligned_malloc<compression_working_buffers>(worksize, ASTCENC_VECALIGN); in astcenc_context_alloc()
2139 T* aligned_malloc(size_t size, size_t align) in aligned_malloc() function