Replies: 1 comment 1 reply
-
alloca 是栈上分配的 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
master/src/simpleomp.cpp Line 549
好像没看到tasks在哪里被释放。
ncnn::KMPTask* tasks = (ncnn::KMPTask*)alloca((num_threads - 1) * sizeof(ncnn::KMPTask));
Beta Was this translation helpful? Give feedback.
All reactions