Ring1_Memory_deallocate
Deallocate a memory block.
Ring1_Result
Ring1_Memory_deallocate
(
void *p
)
This function deallocates a memory block previously allocated by a call to Ring1_Memory_allocate
or
Ring1_Memory_allocateArray
.
The function 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.