Click here to Skip to main content
15,895,256 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: [SOS] about API(SendMessage or PostMessage) Pin
cnet200814-Sep-05 20:18
cnet200814-Sep-05 20:18 
QuestionFundamental Question Pin
Anonymous13-Sep-05 13:45
Anonymous13-Sep-05 13:45 
AnswerRe: Fundamental Question Pin
Christian Graus13-Sep-05 14:28
protectorChristian Graus13-Sep-05 14:28 
GeneralRe: Fundamental Question Pin
Anonymous13-Sep-05 14:41
Anonymous13-Sep-05 14:41 
GeneralRe: Fundamental Question Pin
Christian Graus13-Sep-05 14:43
protectorChristian Graus13-Sep-05 14:43 
AnswerRe: Fundamental Question Pin
rwestgraham13-Sep-05 14:40
rwestgraham13-Sep-05 14:40 
GeneralRe: Fundamental Question Pin
Anonymous13-Sep-05 14:42
Anonymous13-Sep-05 14:42 
QuestionFixed variables and the GC Pin
Dan Neely13-Sep-05 8:25
Dan Neely13-Sep-05 8:25 
Example in psudocode

new myHugeObject HugeObject();
.....
myHugeObject = null; //no GC between this statement and the next
fixed int i;
//CLR calls garbage collection here

In this case will any more memory actually be made available to the application (would require a c/c++ style linked list style heap), or will all the memory freed from MyHugeObject and any other GCed variables be unavailable until i goes out of scope?

I'm assuming it would be the latter, in which case prior to allocating fixed variables with long lifetimes might be one of the handful of exceptions to the general rule against forcing manual GCs.
AnswerRe: Fixed variables and the GC Pin
Andy Brummer13-Sep-05 9:11
sitebuilderAndy Brummer13-Sep-05 9:11 
GeneralRe: Fixed variables and the GC Pin
Dan Neely13-Sep-05 9:55
Dan Neely13-Sep-05 9:55 
GeneralRe: Fixed variables and the GC Pin
Dave Kreskowiak13-Sep-05 12:59
mveDave Kreskowiak13-Sep-05 12:59 
GeneralRe: Fixed variables and the GC Pin
Andy Brummer13-Sep-05 17:35
sitebuilderAndy Brummer13-Sep-05 17:35 
AnswerRe: Fixed variables and the GC Pin
S. Senthil Kumar16-Sep-05 6:02
S. Senthil Kumar16-Sep-05 6:02 
GeneralRe: Fixed variables and the GC Pin
Dan Neely16-Sep-05 7:52
Dan Neely16-Sep-05 7:52 
GeneralRe: Fixed variables and the GC Pin
Dave Kreskowiak16-Sep-05 9:16
mveDave Kreskowiak16-Sep-05 9:16 
QuestionHELP: How to create and register channels in new application domain Pin
SongDog13-Sep-05 6:06
SongDog13-Sep-05 6:06 
Questionhelp me Pin
Anonymous13-Sep-05 3:45
Anonymous13-Sep-05 3:45 
AnswerRe: help me Pin
Christian Graus13-Sep-05 14:31
protectorChristian Graus13-Sep-05 14:31 
QuestionCompact Framework strange exception Pin
David Menéndez Cisterna13-Sep-05 2:24
David Menéndez Cisterna13-Sep-05 2:24 
Questionshortcut and InputLanguage Pin
Anonymous12-Sep-05 21:33
Anonymous12-Sep-05 21:33 
QuestionHow to create different IPC channels in both server and client configuration files Pin
SongDog12-Sep-05 19:13
SongDog12-Sep-05 19:13 
Questioninstaller of c#.net project Pin
AvinashKundal12-Sep-05 19:12
AvinashKundal12-Sep-05 19:12 
AnswerRe: installer of c#.net project Pin
rwestgraham13-Sep-05 9:04
rwestgraham13-Sep-05 9:04 
QuestionFound incredible notepad like source editor Pin
Heinz_9-Sep-05 17:24
Heinz_9-Sep-05 17:24 
QuestionOne inherited form from FormBase has one toolbar and one imagelist Pin
Emerson Valente9-Sep-05 2:59
Emerson Valente9-Sep-05 2:59 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.