RCCE_free.3 588 B

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