Skip to content

Commit a1bc800

Browse files
committed
Update external URLs.
1 parent ddb57cd commit a1bc800

1 file changed

Lines changed: 10 additions & 12 deletions

File tree

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Requirements
3636

3737
* binutils' addr2line
3838

39-
* [libunwind](http://www.nongnu.org/libunwind/)
39+
* [libunwind](https://www.nongnu.org/libunwind/)
4040

4141
For best results (performance/stability) configure libunwind and build as
4242

@@ -128,34 +128,32 @@ Links
128128

129129
Memory debugging:
130130

131-
* [Valgrind's Memcheck](http://valgrind.org/docs/manual/mc-manual.html)
131+
* [Valgrind's Memcheck](https://valgrind.org/docs/manual/mc-manual.html)
132132

133133
* [bcc memleak](https://github.com/iovisor/bcc)
134134

135135
* [Google Sanitizers](https://github.com/google/sanitizers)
136136

137-
* [duma](http://duma.sourceforge.net/)
137+
* [duma](https://github.com/johnsonjh/duma)
138138

139-
* [LeakTracer](http://www.andreasen.org/LeakTracer/)
139+
* [LeakTracer](https://github.com/fredericgermain/LeakTracer)
140140

141-
* [glibc mtrace](http://www.gnu.org/s/hello/manual/libc/Allocation-Debugging.html)
141+
* [glibc mtrace](https://www.gnu.org/s/hello/manual/libc/Allocation-Debugging.html)
142142

143-
* [Hans-Boehm garbage collector](http://www.hpl.hp.com/personal/Hans_Boehm/gc/leak.html)
143+
* [Hans-Boehm garbage collector](https://www.hboehm.info/gc/leak.html)
144144

145-
* [Leaky](http://mxr.mozilla.org/mozilla/source/tools/leaky/leaky.html)
145+
* [failmalloc](https://www.nongnu.org/failmalloc/)
146146

147-
* [failmalloc](http://www.nongnu.org/failmalloc/)
148-
149-
* [dmalloc](http://dmalloc.com/)
147+
* [dmalloc](https://dmalloc.com/)
150148

151149
Memory profiling:
152150

153-
* [Valgrind's Massif](http://valgrind.org/docs/manual/ms-manual.html)
151+
* [Valgrind's Massif](https://valgrind.org/docs/manual/ms-manual.html)
154152

155153
* [Memory Frame Graphs](https://www.brendangregg.com/FlameGraphs/memoryflamegraphs.html)
156154

157155
* [Heaptrack](https://github.com/KDE/heaptrack)
158156

159157
* [Google Performance Tools' HEAPPROFILE](https://github.com/gperftools/gperftools)
160158

161-
* [MemProf](http://www.secretlabs.de/projects/memprof/)
159+
* [MemProf](https://www.secretlabs.de/projects/memprof/)

0 commit comments

Comments
 (0)