LLDB mainline
|
Custom deleter for a file descriptor. More...
#include <Perf.h>
Public Member Functions | |
void | operator() (long *ptr) |
Close and free the memory associated with the file descriptor pointer. | |
Custom deleter for a file descriptor.
This functor type is provided to unique_ptr to properly release the resources associated with the file descriptor at destruction time.
void resource_handle::FileDescriptorDeleter::operator() | ( | long * | ptr | ) |