Home
last modified time | relevance | path

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

/third_party/glib/patch/
Dbackport-add-g_free_sized-and-g_aligned_free_sized.patch103 aligned_free (mem);
132 + aligned_free (mem);
/third_party/rust/crates/libc/libc-test/semver/
Dwindows.txt151 aligned_free
/third_party/astc-encoder/Source/
Dastcenc_entry.cpp749 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()
Dastcenc_internal.h2482 void aligned_free(T* ptr) in aligned_free() function
/third_party/rust/crates/libc/src/windows/
Dmod.rs515 pub fn aligned_free(ptr: *mut ::c_void); in aligned_free() function