summaryrefslogtreecommitdiffstats
path: root/lib/memory.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add an MTYPE for bitfieldsPat Ruddy2021-06-181-0/+1
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* vtysh: fix incorrect memory statisticsIgor Ryzhov2020-11-301-0/+6
* lib, bgpd: convert lttng tracepoints to frrtrace()Quentin Young2020-10-231-2/+2
* lib: move trace.h -> libfrr_trace.hQuentin Young2020-10-231-1/+1
* lib: add tracepoints for *malloc, list opsQuentin Young2020-10-231-0/+5
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* lib: mark some allocations as "active at exit"David Lamparter2020-04-011-1/+2
* lib: MTYPE_PREFIX_FLOWSPEC should not be exposed by memory.hDonald Sharp2019-02-071-1/+0
* build: check {malloc,pthread}_np.h for *BSDDavid Lamparter2018-09-091-0/+3
* lib: atomic_add_fetch_explicit not supported on all platformsLou Berger2018-08-291-4/+4
* lib: qmem show changes (header and max)Lou Berger2018-08-291-2/+20
* lib: count total memory allocation per MTYPEDavid Lamparter2018-08-081-5/+23
* lib: null check (Coverity 1436343)paco2018-06-131-1/+1
* lib: make allocators work for allocation sizes of 0Christian Franke2018-05-291-1/+4
* lib: prefix support for flowspecPhilippe Guibert2018-03-301-0/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-1/+1
* lib: centralized memstats-at-exitDavid Lamparter2017-08-241-4/+6
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-8/+11
* lib: Linux indentation on memory.[ch]David Lamparter2017-03-311-83/+68
* lib: memtypes: restore atomicityDavid Lamparter2017-03-311-6/+9
* Merge remote-tracking branch 'origin/stable/2.0'Donald Sharp2017-02-071-1/+2
|\
| * Merge pull request #176 from opensourcerouting/mtype-underflow-backtraceDonald Sharp2017-02-071-0/+6
| |\
| | * lib: print backtrace on MTYPE count underflowDavid Lamparter2017-02-071-0/+6
| * | *: Convert libzebra -> libfrrDonald Sharp2017-02-031-1/+1
| |/
* / lib: assert on duplicate free (count)Lou Berger2017-01-271-0/+1
|/
* lib: replace MIT license with ISCDavid Lamparter2016-12-011-16/+10
* memory: restore 'memstats:' keyword when logging memstats - useful in logLou Berger2016-09-301-1/+1
* lib: clean/restore memory debugging functionsDavid Lamparter2016-09-191-0/+35
* *: split & distribute memtypes and stop (re|ab)using lib/ MTYPEsDavid Lamparter2016-09-191-0/+3
* lib: add new extensible memory-type handlingDavid Lamparter2016-09-191-0/+111
* lib: move memory.[ch] out of the wayDavid Lamparter2016-09-191-487/+0
* lib/memory: fix indirect static link with zlibBaruch Siach2016-09-021-6/+8
* lib: Remove 'show memory pim' unused commandDonald Sharp2016-06-171-12/+0
* lib: treat realloc of null pointer as alloc Now use zalloc rather than alloc ...Lou Berger2016-05-261-0/+3
* pimd: merge pimd as of 2015-01-19David Lamparter2016-05-261-0/+11
* lib: Memory reporting fails over 2GBDonald Sharp2015-10-291-28/+15
* Remove unused 'show memory XXX' functionalityDonald Sharp2015-08-181-137/+4
* *: nuke ^L (page feed)David Lamparter2014-06-041-5/+5
* memory: install babel memory informations.Matthieu Boutier2012-03-251-0/+3
* babeld: Initial import, for Babel routing protocol.Paul Jakma2012-03-251-0/+11
* lib: Fix accounting of memoryChris Hall2011-03-211-2/+8
* Document rules for zalloc and friends.Greg Troxel2010-09-171-5/+27
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-3/+44
* [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-231-0/+10
* [lib] mes_lookup string lookup table argument should be marked constStephen Hemminger2008-08-221-1/+1
* [lib] add mising UL qualifier to numerical constantPaul Jakma2008-01-081-1/+1
* [lib] Fix typo in cpp conditional for malloc.h includePaul Jakma2006-06-301-1/+1
* [lib] malloc.h is deprecated, try not to include it anymorePaul Jakma2006-05-281-0/+3
* [lib/memory] Add mallinfo supportPaul Jakma2006-03-301-1/+116