GB.Free

void GB.Free ( void **addr )

Frees a memory block allocated with GB.Alloc.

  • addr must point at a variable containing the address of the memory block.

Once the memory block freed, the variable pointed by addr is set to null.

See also