Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ destroy_rfftp_plan
Function
destroy_rfftp_plan
numpy/fft/_pocketfft.c:1889–1893 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1887
}
1888
1889
NOINLINE static void destroy_rfftp_plan (rfftp_plan plan)
1890
{
1891
DEALLOC(plan->mem);
1892
DEALLOC(plan);
1893
}
1894
1895
typedef struct fftblue_plan_i
1896
{
Callers
1
destroy_rfft_plan
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected