cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
malloc/free bottleneck
malloc/free bottleneck
Oct 3, 2011 at 2:29pm UTC
MusCihOz
(6)
My application depends heavily on dynamic allocation of nodes for data structures, and malloc/free overhead is becoming a bottleneck. What can I do?
Last edited on
Oct 3, 2011 at 2:59pm UTC
Oct 3, 2011 at 2:37pm UTC
closed account (
1vRz3TCk
)
http://en.wikipedia.org/wiki/Memory_pool
Topic archived. No new replies allowed.