mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:23:44 +03:00
docs: enable syntax highlighting in several docs files
... for better readability Closes #6286
This commit is contained in:
parent
eddae97406
commit
5253444090
7 changed files with 260 additions and 164 deletions
|
|
@ -773,7 +773,9 @@ Track Down Memory Leaks
|
|||
|
||||
Add a line in your application code:
|
||||
|
||||
`curl_dbg_memdebug("dump");`
|
||||
```c
|
||||
curl_dbg_memdebug("dump");
|
||||
```
|
||||
|
||||
This will make the malloc debug system output a full trace of all resource
|
||||
using functions to the given file name. Make sure you rebuild your program
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue