Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

ippiMalloc causing error

bmeeder
Beginner
730 Views
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
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
730 Views
Hi,
could you verify that stepsize is positive number?
Regards,
Vladimir
0 Kudos
Reply