- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I am getting errors when calling the malloc function. Currently I am using VC++.Net, and upon debugging and tracing through the call stack, there is a reference to address 0 in one of the OS malloc calls.
Is this a problem with the windows memory manager, or is it a problem with ippi?
I am only doing the following:
Ipp8u* buffer = ippiMalloc_8u_C1(80, 80, &stepSize);
where stepsize is just an integer.
Thank you.
Brendan Meeder
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
could you verify that stepsize is positive number?
Regards,
Vladimir
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