This is a discussion on How to Carry out Implementation within the C and C++ forums, part of the Programming Talk category; I want to know how one can carry out Memory pool implementation using C++ programming language. Also let me know ...
|
|||||||
|
|||
|
I want to know how one can carry out Memory pool implementation using C++ programming language. Also let me know how to access the allocated memory pool using C++ programming language. If someone idea is provided in this line I would try the same and envisage my knowledge in this regard.
|
| Sponsored Links |
|
|||
|
You can use the following statement to allocate memory
MemPoolHandle allocateMemory(size_t bytes); If you are creating a simple memory pool it would surely allocate three pools during compile time and the block size allocated for each depends on the application. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Oracle iStore Implementation | senthilrjj | Oracle Apps | 0 | 08-29-2006 08:28 AM |
| Semaphore Software, Pharma ERP Implementation Project at Labenon for 3-6 months. | lokeshm | Experienced Job Seekers - India | 0 | 03-22-2006 12:43 PM |
| Graduate Core Implementation Engineer | techguru | Freshers Jobs | 0 | 05-23-2005 07:00 AM |
| Graduate Core Implementation Engineer | techguru | Freshers Jobs | 0 | 05-20-2005 12:12 PM |
| Implementation of association class? | Martin R-L | Software Patterns | 1 | 12-07-2003 07:23 PM |