per-thread memory mangement techniques for c++...

  • Thread starter Chris Thomasson
  • Start date
C

Chris Thomasson

If you have been following the "Is this standard c++..." thread in this
group, then you may know that I am currently very busy developing a stable
and robust implementation for my multi-thread memory allocator algorithm.
You can get some more information on it by reading that particular thread.
Anyway, here is a link to where I am going to stick all of the example code:

http://appcore.home.comcast.net/vzoom/malloc/
(the allocators home page...)


Here is what I am tinkering around with now wrt per-thread stack memory
management:

http://appcore.home.comcast.net/vzoom/malloc/example.cpp
(simple example code...)

Can anybody notice any problems right off the bat? I am a hardcore C
programmer whose C++ skills can be improved upon for sure! IMHO, the task of
implementing my design in C++ will be well worth it in the long run... I
personally think this particular high-performance multi-threaded allocator
algorithm is going to benefit from C++, on the flip side, I also think it
will be a fairly valuable tool for many different types of C++ applications
that make use of any sort of concurrency.


Any thoughts?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,599
Members
45,166
Latest member
DollyBff32
Top