Ring1_FileSystem_DeallocateCallback
Type of a function deallocating a memory block.
Ring1_Result
(Ring1_FileSystem_DeallocateCallback)
(
void *p
)
A function of this type deallocates a memory block previously allocated by a call to the corresponding
Ring1_FileSystem_AllocateCallback
. A function of this type silently ignores
null pointers.
Parameter variables
p
-
A pointer to a memory block previously allocate by a call to
Ring1_Memory_allocate
orRing1_Memory_allocateArray
.
Return Values
Ring1_Result_Success
on success, Ring1_Result_Failure
on failure.
This function always succeeds.