Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |