alfred westerveld's Library tagged → View Popular
Freeing after Malloc - The GNU C Library
-
There is no point in freeing blocks at the end of a program, because all
of the program's space is given back to the system when the process
terminates.
free [C++ Reference]
-
typedef struct data_type {
int age;
char name[20];
} data;
data *willy;
willy = (data*) malloc( sizeof(*willy) );
...
free( willy ); //lame joke
Selected Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in no_tag
Related Lists on Diigo
-
Web 2.0 Tools
Items: 10 | Visits: 887
Created by: Claire Miller
-
Erotica
Items: 40 | Visits: 3362
Created by: Ainis
-
Digital Citizenship/Cyberbullying Video Clips
Items: 27 | Visits: 2033
Created by: Anne Bubnic
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo