- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
I am using MKL 8.0.1 and programming in C (VS 2003). I want to release memory, and the user notes suggest using MKL_FreeBuffers() or MKL_DISABLE_FAST_MM.
Does anybody know where I can find these? i.e. what libraries or header files do I need to include? At the moment I am always getting linker errors when I try to use one or the other.
Thanks
JC
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
try adding
extern
"C" void mkl_freebuffers();and calling it when you need
it worked for me
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks
That does the trick!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page