Audacity 3.2.0
Public Member Functions | List of all members
freer Struct Reference

#include <MemoryX.h>

Public Member Functions

void operator() (void *p) const
 

Detailed Description

A deleter for pointers obtained with malloc

Definition at line 135 of file MemoryX.h.

Member Function Documentation

◆ operator()()

void freer::operator() ( void *  p) const
inline

Definition at line 135 of file MemoryX.h.

135{ void operator() (void *p) const { free(p); } };
void free(void *ptr)
Definition: VectorOps.h:34
void operator()(void *p) const
Definition: MemoryX.h:135

References staffpad::vo::free(), and operator()().

Referenced by operator()().

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this struct was generated from the following file: