English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

It depends on the programming language you are using. Some frameworks such that the .NET framework provides a Garbage Collector which provides this functionality.

2007-03-19 03:41:11 · answer #1 · answered by Smutty 6 · 0 0

Of all the languages I see, you must be referring to 2 of them:

free() in C or C++ that used malloc()
delete in C++ that used new

2007-03-19 03:36:25 · answer #2 · answered by Andy T 7 · 0 0

free()

2007-03-19 02:48:47 · answer #3 · answered by icnintel 4 · 0 0

fedest.com, questions and answers