Fapi_Free.3 788 B

12345678910111213141516171819202122232425262728293031323334
  1. .TH "Fapi_Free" 3 "Fri Oct 7 2022" "Version 3.2.0" "tpm2-tss" \" -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. Fapi_Free
  6. .SH SYNOPSIS
  7. .br
  8. .PP
  9. .SS "Functions"
  10. .in +1c
  11. .ti -1c
  12. .RI "void \fBFapi_Free\fP (void *ptr)"
  13. .br
  14. .in -1c
  15. .SH "Detailed Description"
  16. .PP
  17. FAPI function to invoke Free\&.
  18. .SH "Function Documentation"
  19. .PP
  20. .SS "Fapi_Free (void * ptr)"
  21. Frees a FAPI allocated return buffer\&.
  22. .PP
  23. Fapi_Free is a helper function that is a wrapper around free()\&. This allows programs that are built using a different version of the C runtime to free memory that has been allocated by the esys library on Windows\&.
  24. .PP
  25. \fBParameters:\fP
  26. .RS 4
  27. \fIptr\fP A pointer to the object that is to be freed\&.
  28. .RE
  29. .PP
  30. .SH "Author"
  31. .PP
  32. Generated automatically by Doxygen for tpm2-tss from the source code\&.