Module libpulse_sys::xmalloc
[−]
[src]
Memory allocation functions.
Functions
| pa_xfree⚠ |
Free allocated memory. |
| pa_xmalloc⚠ |
Allocate the specified number of bytes, just like |
| pa_xmalloc0⚠ |
Same as |
| pa_xmemdup⚠ |
Duplicate the specified memory block. |
| pa_xnew⚠ |
Allocate |
| pa_xnew0⚠ |
Same as |
| pa_xnewdup⚠ |
Same as |
| pa_xrealloc⚠ |
The combination of |
| pa_xrenew⚠ |
Reallocate |
| pa_xstrdup⚠ |
Duplicate the specified string, allocating memory with |
| pa_xstrndup⚠ |
Duplicate the specified string, but truncate after |