Initializing help system before first use

memfree

Purpose
Free a block of memory of the Mosel memory manager.
Synopsis
void memfree(XPRMcontext ctx, void *p, size_t size);
Arguments
ctx 
Mosel's execution context
Address of the memory block to release
size 
Size of the memory block to release
Further information
1. This function releases a block of memory previously allocated by a call to memalloc. The parameter size must have the same value as the one used to perform the allocation (behaviour is undefined and may lead to memory corruption if the values differ).
2. The memory block released by this function is not necessarily freed: it might be recycled for being reused by the library but all memory allocated by memalloc is automatically returned to the system when the model is reset.
Related topics

© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.