Specifications
Image Creation and Access
4-29
4
Return Value
The function returns a pointer to an aligned memory block. If no memory
is available in the system, then the
NULL value is returned.
sMalloc
Allocates memory aligned to
an 8-byte boundary for
floating-point elements.
float * iplsMalloc(int
size
);
size
Size in float elements (4 bytes) of memory block
to allocate.
Discussion
The iplsMalloc() function allocates memory block aligned to an 8-byte
boundary for floating-point elements. To free this memory, use
iplFree().
Return Value
The function returns a pointer to an aligned memory block. If no memory
is available in the system, then the
NULL value is returned.