CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: AKRichard

Search: Search took 0.03 seconds.

  1. Re: A little advice on a memory management routine would be appreciated

    I probably did ask you about it before. I usually get pretty upset when I cannot figure out what the root cause of a problem is and ask about it in one of the forums. The forums havent helped me...
  2. Re: A little advice on a memory management routine would be appreciated

    By the way, completely off of this subject.

    Youre a pretty smart cookie, Im having a wierd problem with variables in a program Im creating (a version of sudoku), such as the debugger claiming...
  3. Re: A little advice on a memory management routine would be appreciated

    This is the heart of my problem that Im not sure which direction to go. Since the managed object actually uses this memory routine to obtain the memory it uses for the value Ive been worrying about...
  4. Re: A little advice on a memory management routine would be appreciated

    A pool of pools, that describes it exactly. I added the ability to add more pools on the fly because I figured sooner or later the need would arise, however in practice, the routine has never needed...
  5. [RESOLVED] A little advice on a memory management routine would be appreciated

    Hello all,

    I have a program that handles large numbers held in arrays of qwords. All of the math stuff is implemented in assembly language. All of the routines request memory for at least the...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured