To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=67740





------- Additional comments from [EMAIL PROTECTED] Thu Jul 27 05:18:19 -0700 
2006 -------
Hi Caolan,

Of course your right in that debug support in the new (rtl_cache based)
allocator is very limited. Unfortunately, your "crude" patch will not generally
work (besides its performance impact) as the previously free'd object may not be
in the current magazine ("curr").

Please allow for a couple of days to work out a more general solution; the
pieces are already there (FLAG_NOMAGAZINE can force the cache to use the slab
layer only, and the slab layer can be made to keep track of all buffers in a
hash table) but I need to find some time to actually make these changes.

Of course, my proposed changes also have a negative performance impact, and will
also (possibly significantly) increase the amount of memory used (additional
hash table space). So, this can only be enabled in non-pro builds which are
probably not in wide spread use.

Probably, the only reliable way to detect such issues is through use of valgrind
(and friends).

Hope that helps,
Matthias

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to