RE: [Boost-users] Changing the heap allocator
14 Apr
2004
14 Apr
'04
1:24 p.m.
David Barrett-Lennard wrote:
Yes HeapSetInformation() will do it once you have the heap handle. However, the CRT creates its own heap with a call to HeapCreate(), and stores the heap handle in a global variable called _crtheap that is not exported by the library. Right, of course - I thought that GetProcessHeap() would return the correct heap, but it does not.
-- Jim Hyslop Senior Software Designer Leitch Technology International Inc. (http://www.leitch.com) Columnist, C/C++ Users Journal (http://www.cuj.com/experts)
7515
Age (days ago)
7515
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jim.Hyslop