Custom Query (6 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 6)

1 2
Ticket Resolution Summary Owner Reporter
#7 fixed Registering of some DLLs with the GC fails cinc cinc
Description

nomRegisterDLLByName() fails to register NOBJTK.DLL with the GC if the DLL was not preloaded by hand. Reason is that the DLL searching only finds system DLLs (Loaded modules in kTaskMgr). The imports of these system DLLs are also searched but of course only OS/2 native DLLs will be found. kTaskMgr shows all DLLs btw.

#1 fixed Port gc to eCS somebody ktk
Description

NOM should provide some garbage collection, to do that we have to port gc from Hans Boehm :

http://www.hpl.hp.com/personal/Hans_Boehm/gc/

#3 fixed Review NOMMalloc()/NOMCalloc() somebody cinc
Description

NOMMalloc() and friends add size information to an allocated object thus increasing the memory object. This is done to make memory tracking in the inuse list of desktop objects easier. This should be changed now. NOMMalloc() is used everywhere for allocations so we increase memory objects everywhere. For inuse list uses we may introduce a wrapper function/method which will add the size info only if necessary.

1 2
Note: See TracQuery for help on using queries.