summaryrefslogtreecommitdiffstats
path: root/lib/memory.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-12/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-11/+11
* vtysh: fix incorrect memory statisticsIgor Ryzhov2020-11-301-0/+3
* lib: mark some allocations as "active at exit"David Lamparter2020-04-011-2/+12
* treewide: add attribute to functions that do not returnRuben Kerkhof2020-03-191-1/+2
* lib: completely get rid of the MTYPE alias hackDavid Lamparter2019-12-131-13/+10
* lib: Revert usage of asm-code in MTYPE definitionsJuergen Werner2019-10-011-12/+4
* lib: fix MTYPE alias on clangDavid Lamparter2019-06-211-2/+3
* lib: improve MTYPE definitionsDavid Lamparter2019-06-211-5/+18
* lib: move/redo some macrosDavid Lamparter2019-04-181-2/+0
* lib: add extern "C" {} blocks to all libfrr headersRenato Westphal2019-02-121-0/+8
* lib: make atomic ops C++ compatibleDavid Lamparter2019-02-111-5/+5
* lib: MTYPE_PREFIX_FLOWSPEC should not be exposed by memory.hDonald Sharp2019-02-071-1/+0
* lib: qmem show changes (header and max)Lou Berger2018-08-291-0/+2
* lib: count total memory allocation per MTYPEDavid Lamparter2018-08-081-0/+8
* lib: prefix support for flowspecPhilippe Guibert2018-03-301-0/+1
* lib: split off compiler magic into its own fileDavid Lamparter2017-08-241-35/+1
* lib: centralized memstats-at-exitDavid Lamparter2017-08-241-1/+3
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-70/+80
* lib: Linux indentation on memory.[ch]David Lamparter2017-03-311-22/+20
* lib: memtypes: restore atomicityDavid Lamparter2017-03-311-2/+3
* lib: replace MIT license with ISCDavid Lamparter2016-12-011-16/+10
* lib: deregister memtypes on exit/unloadDavid Lamparter2016-09-191-6/+25
* lib: clean/restore memory debugging functionsDavid Lamparter2016-09-191-0/+1
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-2/+3
* lib: migrate to new memory-type handlingDavid Lamparter2016-09-191-4/+2
* lib: add new extensible memory-type handlingDavid Lamparter2016-09-191-1/+178
* lib: move memory.[ch] out of the wayDavid Lamparter2016-09-191-96/+2
* lib/memory: fix indirect static link with zlibBaruch Siach2016-09-021-2/+2
* lib: add array_size() helperDavid Lamparter2012-10-251-0/+2
* lib: fix memory loggingDavid Ward2010-01-131-3/+5
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-0/+1
* [lib] Experimental: have XFREE NULL out the freed pointerPaul Jakma2006-06-151-1/+4
* [lib/memory] Add mallinfo supportPaul Jakma2006-03-301-0/+6
* 2005-05-06 Paul Jakma <paul@dishone.st>paul2005-05-061-33/+20
* 2005-04-27 Paul Jakma <paul.jakma@sun.com>paul2005-04-271-1/+1
* 2005-04-22 Paul Jakma <paul.jakma@sun.com>paul2005-04-221-2/+2
* 2005-04-15 Paul Jakma <paul@dishone.st>paul2005-04-151-190/+12
* 2004-11-16 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-11-161-1/+1
* 2004-10-31 Paul Jakma <paul@dishone.st>paul2004-10-311-0/+2
* 2004-10-10 Paul Jakma <paul@dishone.st>paul2004-10-101-0/+2
* First small part of lib cleanup. Mainly "constification" of arguments andhasso2004-10-041-2/+2
* OK, here it is - irdp support. But don't expect me to fix any bugs in it.hasso2004-06-121-0/+1
* Merge isisd into the Quagga's framework:jardin2003-12-231-0/+16
* 2003-06-04 Paul Jakma <paul@dishone.st>paul2003-06-041-0/+2
* Ripngd part of 6Wind patch.hasso2003-05-251-2/+7
* Initial revisionpaul2002-12-131-0/+245