HeapCreate, HeapAlloc in Linux, private allocator for Linux
Posted
by Petre
on Stack Overflow
See other posts from Stack Overflow
or by Petre
Published on 2010-05-21T08:43:21Z
Indexed on
2010/05/21
9:10 UTC
Read the original article
Hit count: 590
Hi,
In Windows, for very demanding applications, a programmer may use HeapCreate, HeapAlloc in order to better manage and control the allocation of memory- speed it up (aka private allocators). What is the equivalent in Linux c++ programming?
© Stack Overflow or respective owner