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

#include <PowerSpectrumGetter.h>

Inheritance diagram for PffftAllocatorBase:
[legend]

Static Public Member Functions

static void * Pffft_aligned_malloc (size_t nb_bytes)
 
static void Pffft_aligned_free (void *)
 

Detailed Description

Definition at line 27 of file PowerSpectrumGetter.h.

Member Function Documentation

◆ Pffft_aligned_free()

void PffftAllocatorBase::Pffft_aligned_free ( void *  p)
static

Definition at line 26 of file PowerSpectrumGetter.cpp.

27{
28 pffft_aligned_free(p);
29}

Referenced by PffftAllocator< T >::deallocate().

Here is the caller graph for this function:

◆ Pffft_aligned_malloc()

void * PffftAllocatorBase::Pffft_aligned_malloc ( size_t  nb_bytes)
static

Definition at line 21 of file PowerSpectrumGetter.cpp.

22{
23 return pffft_aligned_malloc(nb_bytes);
24}

Referenced by PffftAllocator< T >::allocate().

Here is the caller graph for this function:

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