|
-
Oct 10th, 2024, 10:20 AM
#6
Thread Starter
Fanatic Member
Re: Creating a large string in a private heap
So it been running for a few hours and just stopped in Windbg trying to allocate a plain old dynamic string
unCompressedString = Space$(containedUncompressedLen + 256000)
where containedUncompressedLen = 22884489
It got passed a compressed (zlib) string of length 1340757. The compressed string has the previously uncompressed length in the header in plain text. 22884489.
All it was trying to do is make space for the decompression.
For what its worth Task Manager committed memory is about 1.4 gig for the process.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|