FNFCIALLOC macro (fci.h)
The FNFCIALLOC provides the declaration for the application-defined callback function to allocate memory within an FCI context.
Syntax
void FNFCIALLOC(
fn
);
Parameters
fn
The number of bytes to allocate.
Return value
None
Remarks
The function accepts parameters similar to malloc.
Examples
FNFCIALLOC(fnMemAlloc)
{
return malloc(cb);
}
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | fci.h |