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

Search:

Type: Posts; User: nuzzle

Search: Search took 0.07 seconds.

  1. Replies
    9
    Views
    2,840

    Re: Managing memory with multiple heaps

    If you're referring to my reply, what I mean is that since C++ 11 supports multithreading the default heap allocator (the one you get if you don't actively replace it) has to be able to efficiently...
  2. Replies
    9
    Views
    2,840

    Re: Managing memory with multiple heaps

    I'd say it's bound to become very common since mutithreading is now part of the C++ standard.

    But this doesn't mean programmers suddenly will start tinkering with multiple heaps in applications....
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured