RCCE_shfree.3 613 B

123456789101112131415161718192021222324252627282930313233343536
  1. .TH RCCE 3 "September 2010" "RCCE MANPAGE" "RCCE Library"
  2. .SH NAME
  3. RCCE_shfree \- deallocates memory that was allocated with RCCE_shmalloc().
  4. .SH SYNOPSIS
  5. .B #include <rcce.h>
  6. .sp
  7. .BI "void RCCE_shfree(volatile char * " ptr );
  8. .SH DESCRIPTION
  9. .BR RCCE_shfree()
  10. deallocates memory that was allocated with RCCE_shmalloc() at address ptr.
  11. This
  12. is a collective routine that must be called jointly by all UEs
  13. .TP
  14. .B size
  15. The number of bytes to allocate in memory.
  16. .SH "RETURN VALUE"
  17. None.
  18. .SH ERRORS
  19. Look in
  20. .BR rcce.h
  21. for additional error codes.
  22. .SH "SEE ALSO"
  23. rcce.h(5)
  24. .SH EXAMPLE
  25. .PP
  26. To be supplied.