summaryrefslogtreecommitdiff
path: root/xmlmemory.c
Commit message (Expand)AuthorAgeFilesLines
* Stop calling xmlMemoryDumpNick Wellnhofer2023-04-301-6/+0
* xmllint: Fix use-after-free with --maxmemNick Wellnhofer2023-03-141-0/+21
* xmlmemory.c: Remove xmlMemContentShowNick Wellnhofer2022-12-081-71/+0
* memory: Don't use locks in xmlMemUsedNick Wellnhofer2022-11-271-6/+1
* threads: Allocate mutexes staticallyNick Wellnhofer2022-11-251-32/+28
* memory: Remove xmlMemInitializedNick Wellnhofer2022-11-251-10/+4
* parser: Make some module init/cleanup functions privateNick Wellnhofer2022-11-251-13/+28
* Deprecate module init and cleanup functionsNick Wellnhofer2022-03-061-0/+8
* Remove unneeded #includesNick Wellnhofer2022-03-041-4/+0
* Don't check for standard C89 library functionsNick Wellnhofer2022-03-021-4/+0
* Don't check for standard C89 headersNick Wellnhofer2022-03-021-22/+3
* Remove elfgcchack.hNick Wellnhofer2022-02-201-2/+0
* Add suffix to unsigned constant in xmlmemory.cNick Wellnhofer2022-01-251-1/+1
* Fix typosNick Wellnhofer2020-03-081-1/+1
* Fix pointer/int cast warnings on 64-bit WindowsNick Wellnhofer2017-10-091-1/+1
* Fix cast-align warningsNick Wellnhofer2017-06-171-1/+1
* Fix copy-paste errors in error messagesNick Wellnhofer2017-06-111-3/+3
* Check for integer overflow in memory debug codeNick Wellnhofer2017-06-061-0/+21
* Unsigned addition may overflow in xmlMallocAtomicLoc()David Kilzer2016-05-231-2/+10
* xmlMemUsed is not thread-safeMartin von Gagern2015-04-131-2/+12
* xmlmemory: handle realloc properlyYegor Yefremov2014-10-131-3/+5
* Remove a couple of dead conditionsGaurav Gupta2014-07-261-4/+1
* Avoid Possible null pointer dereference in memory debug modeGaurav2014-05-091-2/+4
* Big space and tab cleanupDaniel Veillard2012-09-111-1/+1
* xmlmemory: add a cast as size_t has no portable printf modifierStefan Kost2011-05-091-4/+7
* port patch from Marcus Meissner to add gcc checking for printf likeDaniel Veillard2009-01-181-3/+3
* add xmlMemDisplayLast to help debug incremental memory leaks, and someDaniel Veillard2008-07-301-35/+108
* xmlFree(NULL) should not crash in debug mode should fix #491651 DanielDaniel Veillard2007-10-301-0/+3
* fix comment on versions do not spend too much time digging in dumpedDaniel Veillard2006-10-111-2/+4
* fixed #169630 segfault in xmlMemDisplay DanielDaniel Veillard2005-05-081-0/+15
* added the call to the breakpoint routine when a monitored block isDaniel Veillard2005-04-141-0/+2
* revamped the elfgcchack.h format to cope with gcc4 change of aliasingDaniel Veillard2005-04-011-0/+2
* fixed ID deallocation problem based on patch from Steve Shepard fixes bugDaniel Veillard2004-12-101-1/+2
* adding xmlMemBlocks() work on generator of an automatic API regressionDaniel Veillard2004-11-021-0/+20
* added the routine xmlNanoHTTPContentLength to the external APIWilliam M. Brack2004-09-181-3/+3
* applied a small fix from Steve Hay DanielDaniel Veillard2004-07-131-3/+3
* some updates with memory debugging facilities while messing with libxsltDaniel Veillard2004-07-021-4/+28
* applied patch from Stéphane Bidoul to fix some Python bindingsDaniel Veillard2004-07-011-1/+29
* fixed problem when configuring using --with-thread-allocWilliam M. Brack2004-06-101-3/+3
* make xmlReallocLoc() accept NULL pointerAleksey Sanin2004-01-221-2/+3
* applied suggestion from Miloslav Trmac (see Bug 130419) and eliminatedWilliam M. Brack2004-01-041-5/+5
* found and fixed a bug misallocating some non blank text node strings fromDaniel Veillard2004-01-021-0/+1
* Fixed memory leak reported by Dave Beckett Removed spurious commentWilliam M. Brack2003-12-301-0/+14
* enhanced by adding mutex to protect global structures in a multi-threadingWilliam M. Brack2003-11-291-14/+34
* Okay this is scary but it is just adding a configure option to disableDaniel Veillard2003-09-291-0/+2
* better fix, avoids breaking the python bindings DanielDaniel Veillard2003-09-291-14/+5
* fix a compilation problem when configuring with debug but withoutDaniel Veillard2003-09-291-48/+52
* cleanup, creating a new legacy.c module, made sure make tests ran inDaniel Veillard2003-09-281-5/+12
* small changes to syntax to get rid of compiler warnings. No changes toWilliam M. Brack2003-08-051-4/+0
* integrated the Out Of Memory test from Havoc Pennington #109368 a lot ofDaniel Veillard2003-04-241-0/+2