U++ framework
Do not panic. Ask here before giving up.

Home » Developing U++ » U++ TheIDE and Library: Releases and ChangeLogs » Memory allocator issue...
Memory allocator issue... [message #10721] Tue, 24 July 2007 18:25
mirek is currently offline  mirek
Messages: 14290
Registered: November 2005
Ultimate Member
We have identified a problem in U++ allocator:

Win32 (and other platforms perhaps too) seems to have a limit on a total number of virtual memory blocks (32768). This is unfortunate, as U++ was allocating 4KB long blocks only, in a hope that it can give them back to OS (by MemoryShrink).

Therefore we had to change this, made the size of allocated virtual memory increase (up to 0.5MB blocks) and made MemoryShrink a NOP.

Old behaviour can be still forced by using MEMSHRINK configuration flag.
Previous Topic: DropList dropfocus mode is now default...
Next Topic: Fixed QuickTabs crash related to group change, reduced space between icon and tab name
Goto Forum:
  


Current Time: Sat Apr 25 10:56:53 GMT+2 2026

Total time taken to generate the page: 0.00460 seconds