On Mon, Jan 09, 2012 at 06:41:52PM +0100, Marcel Metz wrote:
Hello lo-devs,
the define SV_MEMMGR in tools/source/debug/debug.cxx was commented
out since 2001 and all of the memory related debugging code
depends on this define. These patches removes all of the depending
code. The ini configuration reader and writer for the debugging
configuration now simply ignore the memory block.
Thanks, pushed now.
@@ -113,9 +101,9 @@ struct DbgData
sal_uIntPtr nWarningOut;
sal_uIntPtr nErrorOut;
sal_uIntPtr bHookOSLAssert;
- sal_uInt8 bMemInit;
- sal_uInt8 bMemBound;
- sal_uInt8 bMemFree;
+ sal_uInt8 unused0;
+ sal_uInt8 unused1;
+ sal_uInt8 unused2;
sal_Char aDebugName[260];
sal_Char aInclFilter[512];
sal_Char aExclFilter[512];
I removed these three members. Surely we do not need ABI compatibility
for debugging stuff .-)
D.
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.