GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FREERDSFIG(3) RDS PHYSICAL FUNCTIONS FREERDSFIG(3)


freerdsfig - frees memory associated to a figure

See the file man1/alc_origin.1.

#include "rdsnnn.h"
void freerdsfig( Figure )

rdsfig_list ∗Figure;

it's the pointer of the figure to be deleted.

This function free the memory associated to the figure. Memory place used by the Pointers of the rdsfig_list structure is not free so the user has to free these pointers before calling the freerdsfig function.

nothing

none

#include "mutnnn.h"
#include "rdsnnn.h"
#include "rtlnnn.h"
	    main()
	     {
	       rdsfig_list ∗Figure;

mbkenv();
rdsenv();
loadrdsparam(); Figure = allocrdsfig (); Figure->NAME = rdsalloc(strlen("core")+1,RDS_ALLOC_BLOCK); strcpy(Figure->NAME,"core"); ... rdsfree (Figure->NAME,RDS_ALLOC_BLOCK); /∗ ∗/ freerdsfig ( Figure,RDS_ALLOC_BLOCK); }

librds, allocrdsfig

See the file man1/alc_bug_report.1.

October 1, 1997 ASIM/LIP6

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.