<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/jemalloc.git/doc, branch dev</title>
<subtitle>github.com: jemalloc/jemalloc
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/jemalloc.git/'/>
<entry>
<title>Remove duplicated words in documentation</title>
<updated>2022-07-11T22:30:16+00:00</updated>
<author>
<name>Jasmin Parent</name>
<email>guildwarsguy12@gmail.com</email>
</author>
<published>2022-07-02T18:44:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/jemalloc.git/commit/?id=41a859ef7325569c6c25f92d294d45123bb81355'/>
<id>41a859ef7325569c6c25f92d294d45123bb81355</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the default option of zero realloc match the system allocator.</title>
<updated>2022-05-06T00:11:18+00:00</updated>
<author>
<name>Qi Wang</name>
<email>interwq@gwu.edu</email>
</author>
<published>2022-05-03T22:41:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/jemalloc.git/commit/?id=8cb814629acc7c7a8c1008f47e35d3f40129f5fa'/>
<id>8cb814629acc7c7a8c1008f47e35d3f40129f5fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small doc tweak of opt.trust_madvise.</title>
<updated>2022-04-29T04:16:25+00:00</updated>
<author>
<name>Qi Wang</name>
<email>interwq@gwu.edu</email>
</author>
<published>2022-04-29T00:40:37+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/jemalloc.git/commit/?id=254b011915c0c68549beb7a91be02cf56d81fa32'/>
<id>254b011915c0c68549beb7a91be02cf56d81fa32</id>
<content type='text'>
Avoid quoted enabled and disabled because it's a bool type instead of char *.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid quoted enabled and disabled because it's a bool type instead of char *.
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor typo fix in doc.</title>
<updated>2022-04-28T03:25:29+00:00</updated>
<author>
<name>Qi Wang</name>
<email>interwq@gwu.edu</email>
</author>
<published>2022-04-28T01:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/jemalloc.git/commit/?id=f5e840bbf0213d86ae3d0a915df8abd03d75cdf6'/>
<id>f5e840bbf0213d86ae3d0a915df8abd03d75cdf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct the name of stats.mutexes.prof_thds_data in doc.</title>
<updated>2022-04-26T03:12:58+00:00</updated>
<author>
<name>Qi Wang</name>
<email>interwq@gwu.edu</email>
</author>
<published>2022-04-25T21:17:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/jemalloc.git/commit/?id=ceca07d2ca95f7c2680263f3c679ba3f611d5ffb'/>
<id>ceca07d2ca95f7c2680263f3c679ba3f611d5ffb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some typos</title>
<updated>2022-04-25T18:29:00+00:00</updated>
<author>
<name>cuishuang</name>
<email>imcusg@gmail.com</email>
</author>
<published>2022-04-24T15:32:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/jemalloc.git/commit/?id=9a242f16d9e4a6afcd53782a9427471f6d144f1f'/>
<id>9a242f16d9e4a6afcd53782a9427471f6d144f1f</id>
<content type='text'>
Signed-off-by: cuishuang &lt;imcusg@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: cuishuang &lt;imcusg@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename zero_realloc option "strict" to "alloc".</title>
<updated>2022-04-20T17:27:25+00:00</updated>
<author>
<name>Qi Wang</name>
<email>interwq@gwu.edu</email>
</author>
<published>2022-04-15T19:17:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/jemalloc.git/commit/?id=0e29ad4efa3d1c5ae9cd01afd32812dd18875200'/>
<id>0e29ad4efa3d1c5ae9cd01afd32812dd18875200</id>
<content type='text'>
With realloc(ptr, 0) being UB per C23, the option name "strict" makes less sense
now.  Rename to "alloc" which describes the behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With realloc(ptr, 0) being UB per C23, the option name "strict" makes less sense
now.  Rename to "alloc" which describes the behavior.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add prof_leak_error option</title>
<updated>2022-01-22T00:24:20+00:00</updated>
<author>
<name>yunxu</name>
<email>yunxu@yunxu.xyz</email>
</author>
<published>2022-01-12T10:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/jemalloc.git/commit/?id=b798fabdf7c86288f303b1e0bcf877c9ded67c18'/>
<id>b798fabdf7c86288f303b1e0bcf877c9ded67c18</id>
<content type='text'>
The option makes the process to exit with error code 1 if a memory leak
is detected. This is useful for implementing automated tools that rely
on leak detection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The option makes the process to exit with error code 1 if a memory leak
is detected. This is useful for implementing automated tools that rely
on leak detection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct opt.prof_leak documentation</title>
<updated>2021-11-23T23:10:21+00:00</updated>
<author>
<name>Alex Lapenkou</name>
<email>lapenkov@fb.com</email>
</author>
<published>2021-11-23T02:42:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/jemalloc.git/commit/?id=3b3257a7092f447fa6c9a3a7305cb346dfb37841'/>
<id>3b3257a7092f447fa6c9a3a7305cb346dfb37841</id>
<content type='text'>
The option has been misleading, because it stays disabled unless
prof_final is also specified. In practice it's impossible to detect that
the option is silently disabled, because it just doesn't provide any
output as if there are no memory leaks detected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The option has been misleading, because it stays disabled unless
prof_final is also specified. In practice it's impossible to detect that
the option is silently disabled, because it just doesn't provide any
output as if there are no memory leaks detected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename prof.dump_prefix to prof.prefix</title>
<updated>2021-08-13T06:04:29+00:00</updated>
<author>
<name>Qi Wang</name>
<email>interwq@gwu.edu</email>
</author>
<published>2021-08-12T22:48:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/jemalloc.git/commit/?id=5884a076fb858320e7bcf86b961dd1555a81a75e'/>
<id>5884a076fb858320e7bcf86b961dd1555a81a75e</id>
<content type='text'>
This better aligns with our naming convention.  The option has not been included
in any upstream release yet.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This better aligns with our naming convention.  The option has not been included
in any upstream release yet.
</pre>
</div>
</content>
</entry>
</feed>
