projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d442088
)
the malloc debug system assumes single thread
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 28 Oct 2002 21:05:14 +0000
(21:05 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 28 Oct 2002 21:05:14 +0000
(21:05 +0000)
lib/README.memoryleak
patch
|
blob
|
history
diff --git
a/lib/README.memoryleak
b/lib/README.memoryleak
index 8402dc40ed85084f2e22255c656071e49bfc91e6..8fe2db78a55a34eb74978e69f5c756a4d8958a13 100644
(file)
--- a/
lib/README.memoryleak
+++ b/
lib/README.memoryleak
@@
-8,6
+8,13
@@
$Id$
How To Track Down Suspected Memory Leaks in libcurl
===================================================
+Single-threaded
+
+ Please note that this memory leak system is not adjusted to work in more
+ than one thread. If you want/need to use it in a multi-threaded app. Please
+ adjust accordingly.
+
+
Build
Rebuild libcurl with -DMALLOCDEBUG (usually, rerunning configure with