summaryrefslogtreecommitdiff
path: root/Docs/05-memory
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2009-07-29 11:44:13 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2009-07-29 11:44:13 +0000
commit0d5c1eada9338fa4ae34a31745a5a9f82b352924 (patch)
tree8a9a678a1745e18792981f3509fadaed8adf0795 /Docs/05-memory
parent623808380ab44f58a588c83e7e857bba258d9e82 (diff)
downloadnetsurf-0d5c1eada9338fa4ae34a31745a5a9f82b352924.tar.gz
netsurf-0d5c1eada9338fa4ae34a31745a5a9f82b352924.tar.bz2
Remove the docs that have been moved to the wiki.
svn path=/trunk/netsurf/; revision=8889
Diffstat (limited to 'Docs/05-memory')
-rw-r--r--Docs/05-memory19
1 files changed, 0 insertions, 19 deletions
diff --git a/Docs/05-memory b/Docs/05-memory
deleted file mode 100644
index 478743393..000000000
--- a/Docs/05-memory
+++ /dev/null
@@ -1,19 +0,0 @@
-Memory management
-=================
-
-This section describes memory management. See Error handling for how memory
-exhaustion is handled.
-
-Finding leaks on RISC OS
-------------------------
-Memory allocation can be traced and leaks can be found using dmalloc.
-
-Install dmalloc from the riscos.info autobuilder. Set the environment variable
-TLINK_MEMCHECK=dmalloc and re-link !RunImage.
-
-On RISC OS,
-
- *Set DMALLOC_OPTIONS debug=0x2,log=dmalloc_log
-
-set the working directory to a RAM disc, and run NetSurf. When it quits,
-dmalloc_log will contain a list of unfreed blocks.