memory-pool
Constructing data pools for components
I\'m running Windows 7 with a Core Duo.I\'ve been using Codeblocks for a while now, which I think I have using GNU compiler.[详细]
2023-03-28 21:41 分类:问答questions about memory pool
I need some clarifications for the concept & implementation on memory pool. By memory pool on wiki, it says that[详细]
2023-03-21 15:30 分类:问答C++ custom allocator that utilizes a underlying memory pool
I\'m using a memory pool class which reuses allocated memory addresses and a custom allocator which wraps[详细]
2023-03-17 21:52 分类:问答How to grow a buffer without invalidating pointers to it?
The terms \'pool\' and \'buffer\' may be used interchangeably here. Suppose 开发者_如何转开发I have a pool I want to allocate at the beginning of the programm, as to not always call new all the time.[详细]
2023-02-28 19:26 分类:问答How to get the pointer to the middle of an array in c#
First, basic info on our environment: We\'re using c# .net 4.0, on Win7-x64, targeting 32-bit. We have a preallocated -large- array. In a function, we would like to return a pointer to an arbitrary p[详细]
2023-02-08 07:22 分类:问答Too Many Garbage Problem on Java
I have an application, basically, create a new byte array (less than 1K) store some data after few seconds (generally less than 1 minute, but some data stored up to 1 hour) write to disk and data will[详细]
2023-02-05 15:07 分类:问答Designing and coding a non-fragmentizing static memory pool
I have heard the term before and I would like to know how to design and code one. Should I use 开发者_JAVA百科the STL allocator if available?[详细]
2023-01-19 16:25 分类:问答How do you declare and use an overloaded pool operator delete?
I would like to know how to adapt section 11.14 of the C++-FAQ-lite to arrays. Basically, I would want something like this:[详细]
2022-12-20 21:36 分类:问答