summaryrefslogtreecommitdiff
path: root/libdm/mm/dbg_malloc.c
Commit message (Expand)AuthorAgeFilesLines
* build: Don't generate symlinks in include/ dirJoe Thornber2018-05-141-1/+1
* libdm: Fix a size_t in _dm_malloc_aligned_aux message.Alasdair G Kergon2018-01-121-1/+1
* libdm: Introduce dm_malloc_alignedAlasdair G Kergon2018-01-101-1/+37
* doc: change fsf addressZdenek Kabelac2016-01-211-1/+1
* libdm: Use wrappers for all malloc functions.Alasdair G Kergon2015-07-221-0/+95
* debug: avoid warning when compiled with valgrindZdenek Kabelac2014-03-271-1/+2
* logging: classify log_debug messagesAlasdair G Kergon2013-01-071-1/+1
* configure: Use pkg-config to look for valgrind/memcheck.h.Petr Rockai2012-10-091-1/+1
* Add test for failing allocationZdenek Kabelac2012-02-101-1/+1
* Improve valgrind support when compiled with DEBUG_MEMZdenek Kabelac2011-10-281-3/+11
* Simplify some pointer operationsZdenek Kabelac2011-10-201-4/+4
* Revert DEBUG_MEM cleanup commitZdenek Kabelac2011-02-081-4/+0
* Compile code for memory debuging only with DEBUG_MEMZdenek Kabelac2011-01-281-0/+4
* Add dm_zalloc and use it and dm_pool_zalloc throughout.Alasdair Kergon2010-09-301-0/+20
* [MM] Make valgrind aware of the pool allocatorsJoe Thornber2010-08-091-0/+8
* Fix 'void*' arithmetic warnings in dbg_malloc.c.Zdenek Kabelac2010-08-031-3/+3
* Use __attribute__ consistently throughout.Alasdair Kergon2010-07-091-2/+2
* Use INTERNAL_ERROR definition consistently in internal error messages.Alasdair Kergon2010-03-251-1/+1
* Add log_errno to set a specific errno and replace log_error in due course.Alasdair Kergon2009-07-161-1/+1
* New LOG_MESG macro to fix file/line number logging for memory leaks afterAlasdair Kergon2009-07-151-1/+1
* Add dm_log_with_errno and dm_log_with_errno_init, deprecating the oldAlasdair Kergon2009-07-101-3/+3
* more tweaking to get things to compile - dmlib.h for log fns, list.hAlasdair Kergon2008-11-031-1/+1
* Align struct memblock in dbg_malloc for sparc.Alasdair Kergon2008-06-251-1/+1
* Fix inconsistent licence notices: executables are GPLv2; libraries LGPLv2.1.Alasdair Kergon2007-08-211-3/+3
* Add dm_event_handler_[gs]et_timeout functions.Alasdair Kergon2007-01-221-1/+2
* Report error if NULL pointer supplied to dm_strdup_aux().Alasdair Kergon2007-01-151-2/+7
* Reorder mm bounds_check code to reduce window for a dmeventd race. (dm_free_aux)Alasdair Kergon2006-09-191-6/+7
* reorder bounds check codeAlasdair Kergon2006-08-181-9/+10
* Add file & line to dm_strdup_aux().Alasdair Kergon2006-02-231-2/+2
* Rename _log to dm_log and export.Alasdair Kergon2006-01-311-3/+3
* Fix dm_strdup debug definition.Alasdair Kergon2006-01-111-1/+1
* fix debug linkingAlasdair Kergon2005-11-101-14/+4
* export bitset, pool, hash, mallocAlasdair Kergon2005-10-161-13/+12
* Code to build and display device dependency tree.Alasdair Kergon2005-10-161-0/+247