llvm::FreeDeleter

Deleter that calls free on a pointer allocated with malloc.

Synopsis

Declared in <llvm/ADT/STLExtras.h>

struct FreeDeleter;

Member Functions

NameDescription
operator() Free the allocation pointed to by v.