mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
the malloc debug system assumes single thread
This commit is contained in:
parent
d442088ed3
commit
8f52b731f4
@ -8,6 +8,13 @@ $Id$
|
|||||||
How To Track Down Suspected Memory Leaks in libcurl
|
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
|
Build
|
||||||
|
|
||||||
Rebuild libcurl with -DMALLOCDEBUG (usually, rerunning configure with
|
Rebuild libcurl with -DMALLOCDEBUG (usually, rerunning configure with
|
||||||
|
Loading…
Reference in New Issue
Block a user