Click here to Skip to main content
15,900,258 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFileFolderSelectDlg? Pin
Ravi Bhavnani19-Mar-02 18:01
professionalRavi Bhavnani19-Mar-02 18:01 
GeneralMFC Skinning Pin
Greven19-Mar-02 16:01
Greven19-Mar-02 16:01 
GeneralRe: MFC Skinning Pin
alex.barylski19-Mar-02 21:33
alex.barylski19-Mar-02 21:33 
GeneralRe: MFC Skinning Pin
Jon Hulatt20-Mar-02 5:18
Jon Hulatt20-Mar-02 5:18 
GeneralQuestions regarding memory management (MALLOC) Pin
Jesse Rosalia19-Mar-02 13:38
Jesse Rosalia19-Mar-02 13:38 
GeneralRe: Questions regarding memory management (MALLOC) Pin
Paul M Watt19-Mar-02 13:54
mentorPaul M Watt19-Mar-02 13:54 
GeneralRe: Questions regarding memory management (MALLOC) Pin
Jesse Rosalia19-Mar-02 14:13
Jesse Rosalia19-Mar-02 14:13 
GeneralRe: Questions regarding memory management (MALLOC) Pin
Tim Smith19-Mar-02 14:35
Tim Smith19-Mar-02 14:35 
It is actually the case that malloc can allocate a larger block. This is a common technique used to increase memory allocation speed. You have a quick allocation lists for specific memory ranges. Such as 0-32 bytes uses one queue, 33-64 uses another queue, etc...



Tim Smith

I know what you're thinking punk, you're thinking did he spell check this document? Well, to tell you the truth I kinda forgot myself in all this excitement. But being this here's CodeProject, the most powerful forums in the world and would blow your head clean off, you've got to ask yourself one question, Do I feel lucky? Well do ya punk?
GeneralRe: Questions regarding memory management (MALLOC) Pin
Jesse Rosalia19-Mar-02 18:20
Jesse Rosalia19-Mar-02 18:20 
GeneralXP shutdown issue Pin
19-Mar-02 13:36
suss19-Mar-02 13:36 
GeneralRe: XP shutdown issue Pin
Bill Wilson19-Mar-02 14:16
Bill Wilson19-Mar-02 14:16 
GeneralRe: XP shutdown issue Pin
Joel Lucsy19-Mar-02 17:01
Joel Lucsy19-Mar-02 17:01 
QuestionHiding Dialogs? Pin
19-Mar-02 11:14
suss19-Mar-02 11:14 
AnswerRe: Hiding Dialogs? Pin
Mazdak19-Mar-02 11:25
Mazdak19-Mar-02 11:25 
AnswerRe: Hiding Dialogs? Pin
Joaquín M López Muñoz19-Mar-02 11:20
Joaquín M López Muñoz19-Mar-02 11:20 
AnswerRe: Hiding Dialogs? Pin
dazinith19-Mar-02 11:27
dazinith19-Mar-02 11:27 
GeneralRe: Hiding Dialogs? Pin
Nish Nishant19-Mar-02 13:32
sitebuilderNish Nishant19-Mar-02 13:32 
AnswerRe: Hiding Dialogs? Pin
20-Mar-02 3:02
suss20-Mar-02 3:02 
GeneralToolbar message handlers in .NET Pin
dazinith19-Mar-02 11:15
dazinith19-Mar-02 11:15 
Generalerror code 183 Pin
19-Mar-02 10:49
suss19-Mar-02 10:49 
GeneralRe: error code 183 Pin
Bill Wilson19-Mar-02 14:14
Bill Wilson19-Mar-02 14:14 
Generalbest way to replace items in a string Pin
tbbooher19-Mar-02 9:55
tbbooher19-Mar-02 9:55 
GeneralRe: best way to replace items in a string Pin
Mazdak19-Mar-02 10:27
Mazdak19-Mar-02 10:27 
GeneralRe: best way to replace items in a string Pin
Tim Smith19-Mar-02 10:43
Tim Smith19-Mar-02 10:43 
GeneralRe: best way to replace items in a string Pin
Nish Nishant19-Mar-02 13:36
sitebuilderNish Nishant19-Mar-02 13:36 

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.