index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
memory.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-12
/
+1
*
lib: add an MTYPE for bitfields
Pat Ruddy
2021-06-18
1
-0
/
+1
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-2
/
+2
*
vtysh: fix incorrect memory statistics
Igor Ryzhov
2020-11-30
1
-0
/
+6
*
lib, bgpd: convert lttng tracepoints to frrtrace()
Quentin Young
2020-10-23
1
-2
/
+2
*
lib: move trace.h -> libfrr_trace.h
Quentin Young
2020-10-23
1
-1
/
+1
*
lib: add tracepoints for *malloc, list ops
Quentin Young
2020-10-23
1
-0
/
+5
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-2
/
+1
*
lib: mark some allocations as "active at exit"
David Lamparter
2020-04-01
1
-1
/
+2
*
lib: MTYPE_PREFIX_FLOWSPEC should not be exposed by memory.h
Donald Sharp
2019-02-07
1
-1
/
+0
*
build: check {malloc,pthread}_np.h for *BSD
David Lamparter
2018-09-09
1
-0
/
+3
*
lib: atomic_add_fetch_explicit not supported on all platforms
Lou Berger
2018-08-29
1
-4
/
+4
*
lib: qmem show changes (header and max)
Lou Berger
2018-08-29
1
-2
/
+20
*
lib: count total memory allocation per MTYPE
David Lamparter
2018-08-08
1
-5
/
+23
*
lib: null check (Coverity 1436343)
paco
2018-06-13
1
-1
/
+1
*
lib: make allocators work for allocation sizes of 0
Christian Franke
2018-05-29
1
-1
/
+4
*
lib: prefix support for flowspec
Philippe Guibert
2018-03-30
1
-0
/
+1
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-1
/
+1
*
lib: centralized memstats-at-exit
David Lamparter
2017-08-24
1
-4
/
+6
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-8
/
+11
*
lib: Linux indentation on memory.[ch]
David Lamparter
2017-03-31
1
-83
/
+68
*
lib: memtypes: restore atomicity
David Lamparter
2017-03-31
1
-6
/
+9
*
Merge remote-tracking branch 'origin/stable/2.0'
Donald Sharp
2017-02-07
1
-1
/
+2
|
\
|
*
Merge pull request #176 from opensourcerouting/mtype-underflow-backtrace
Donald Sharp
2017-02-07
1
-0
/
+6
|
|
\
|
|
*
lib: print backtrace on MTYPE count underflow
David Lamparter
2017-02-07
1
-0
/
+6
|
*
|
*: Convert libzebra -> libfrr
Donald Sharp
2017-02-03
1
-1
/
+1
|
|
/
*
/
lib: assert on duplicate free (count)
Lou Berger
2017-01-27
1
-0
/
+1
|
/
*
lib: replace MIT license with ISC
David Lamparter
2016-12-01
1
-16
/
+10
*
memory: restore 'memstats:' keyword when logging memstats - useful in log
Lou Berger
2016-09-30
1
-1
/
+1
*
lib: clean/restore memory debugging functions
David Lamparter
2016-09-19
1
-0
/
+35
*
*: split & distribute memtypes and stop (re|ab)using lib/ MTYPEs
David Lamparter
2016-09-19
1
-0
/
+3
*
lib: add new extensible memory-type handling
David Lamparter
2016-09-19
1
-0
/
+111
*
lib: move memory.[ch] out of the way
David Lamparter
2016-09-19
1
-487
/
+0
*
lib/memory: fix indirect static link with zlib
Baruch Siach
2016-09-02
1
-6
/
+8
*
lib: Remove 'show memory pim' unused command
Donald Sharp
2016-06-17
1
-12
/
+0
*
lib: treat realloc of null pointer as alloc Now use zalloc rather than alloc ...
Lou Berger
2016-05-26
1
-0
/
+3
*
pimd: merge pimd as of 2015-01-19
David Lamparter
2016-05-26
1
-0
/
+11
*
lib: Memory reporting fails over 2GB
Donald Sharp
2015-10-29
1
-28
/
+15
*
Remove unused 'show memory XXX' functionality
Donald Sharp
2015-08-18
1
-137
/
+4
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-5
/
+5
*
memory: install babel memory informations.
Matthieu Boutier
2012-03-25
1
-0
/
+3
*
babeld: Initial import, for Babel routing protocol.
Paul Jakma
2012-03-25
1
-0
/
+11
*
lib: Fix accounting of memory
Chris Hall
2011-03-21
1
-2
/
+8
*
Document rules for zalloc and friends.
Greg Troxel
2010-09-17
1
-5
/
+27
*
[bgpd] Stability fixes including bugs 397, 492
Chris Caputo
2009-07-19
1
-3
/
+44
*
[vty] Add support for a 'restricted mode' with anonymous vty connections
Paul Jakma
2008-08-23
1
-0
/
+10
*
[lib] mes_lookup string lookup table argument should be marked const
Stephen Hemminger
2008-08-22
1
-1
/
+1
*
[lib] add mising UL qualifier to numerical constant
Paul Jakma
2008-01-08
1
-1
/
+1
*
[lib] Fix typo in cpp conditional for malloc.h include
Paul Jakma
2006-06-30
1
-1
/
+1
*
[lib] malloc.h is deprecated, try not to include it anymore
Paul Jakma
2006-05-28
1
-0
/
+3
[next]