MCPcopy 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
1889NOINLINE static void destroy_rfftp_plan (rfftp_plan plan)
1890 {
1891 DEALLOC(plan->mem);
1892 DEALLOC(plan);
1893 }
1894
1895typedef struct fftblue_plan_i
1896 {

Callers 1

destroy_rfft_planFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected