<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_external_jemalloc_new/test/unit/pack.c, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_jemalloc_new/'/>
<entry>
<title>Skip test/unit/pack when profiling is enabled.</title>
<updated>2017-12-18T20:47:46+00:00</updated>
<author>
<name>Qi Wang</name>
<email>interwq@gwu.edu</email>
</author>
<published>2017-12-11T22:04:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_jemalloc_new/commit/?id=f70785de91ee14e8034f9bd64bf6590199c89e65'/>
<id>f70785de91ee14e8034f9bd64bf6590199c89e65</id>
<content type='text'>
The test assumes no sampled allocations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test assumes no sampled allocations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support --with-lg-page values larger than system page size.</title>
<updated>2017-04-19T02:01:04+00:00</updated>
<author>
<name>Jason Evans</name>
<email>jasone@canonware.com</email>
</author>
<published>2017-04-16T23:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_jemalloc_new/commit/?id=da4cff0279b2e8f2b0482ae961f2e2f63662342d'/>
<id>da4cff0279b2e8f2b0482ae961f2e2f63662342d</id>
<content type='text'>
All mappings continue to be PAGE-aligned, even if the system page size
is smaller.  This change is primarily intended to provide a mechanism
for supporting multiple page sizes with the same binary; smaller page
sizes work better in conjunction with jemalloc's design.

This resolves #467.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All mappings continue to be PAGE-aligned, even if the system page size
is smaller.  This change is primarily intended to provide a mechanism
for supporting multiple page sizes with the same binary; smaller page
sizes work better in conjunction with jemalloc's design.

This resolves #467.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use MALLOC_CONF rather than malloc_conf for tests.</title>
<updated>2017-02-23T16:57:02+00:00</updated>
<author>
<name>Jason Evans</name>
<email>jasone@canonware.com</email>
</author>
<published>2017-02-22T07:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_jemalloc_new/commit/?id=de49674fbde4d124a0a7e7e97f5656e190980759'/>
<id>de49674fbde4d124a0a7e7e97f5656e190980759</id>
<content type='text'>
malloc_conf does not reliably work with MSVC, which complains of
"inconsistent dll linkage", i.e. its inability to support the
application overriding malloc_conf when dynamically linking/loading.
Work around this limitation by adding test harness support for per test
shell script sourcing, and converting all tests to use MALLOC_CONF
instead of malloc_conf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
malloc_conf does not reliably work with MSVC, which complains of
"inconsistent dll linkage", i.e. its inability to support the
application overriding malloc_conf when dynamically linking/loading.
Work around this limitation by adding test harness support for per test
shell script sourcing, and converting all tests to use MALLOC_CONF
instead of malloc_conf.
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace tabs following #define with spaces.</title>
<updated>2017-01-21T05:45:53+00:00</updated>
<author>
<name>Jason Evans</name>
<email>jasone@canonware.com</email>
</author>
<published>2017-01-20T05:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_jemalloc_new/commit/?id=c0cc5db8717dd1d890bd52b687d9eef64a49554f'/>
<id>c0cc5db8717dd1d890bd52b687d9eef64a49554f</id>
<content type='text'>
This resolves #564.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This resolves #564.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove extraneous parens around return arguments.</title>
<updated>2017-01-21T05:43:07+00:00</updated>
<author>
<name>Jason Evans</name>
<email>jasone@canonware.com</email>
</author>
<published>2017-01-20T02:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_jemalloc_new/commit/?id=f408643a4c90d51ab8ddc1d68610650d5db87edf'/>
<id>f408643a4c90d51ab8ddc1d68610650d5db87edf</id>
<content type='text'>
This resolves #540.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This resolves #540.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update brace style.</title>
<updated>2017-01-21T05:43:07+00:00</updated>
<author>
<name>Jason Evans</name>
<email>jasone@canonware.com</email>
</author>
<published>2017-01-16T00:56:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_jemalloc_new/commit/?id=c4c2592c834d8a37beb0a0d53842095160cbf9ee'/>
<id>c4c2592c834d8a37beb0a0d53842095160cbf9ee</id>
<content type='text'>
Add braces around single-line blocks, and remove line breaks before
function-opening braces.

This resolves #537.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add braces around single-line blocks, and remove line breaks before
function-opening braces.

This resolves #537.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove leading blank lines from function bodies.</title>
<updated>2017-01-13T22:49:24+00:00</updated>
<author>
<name>Jason Evans</name>
<email>jasone@canonware.com</email>
</author>
<published>2017-01-13T18:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_jemalloc_new/commit/?id=ffbb7dac3d669697ab8b39367994a58e0c1fa42d'/>
<id>ffbb7dac3d669697ab8b39367994a58e0c1fa42d</id>
<content type='text'>
This resolves #535.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This resolves #535.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the arenas.extend mallctl to arenas.create.</title>
<updated>2017-01-07T02:58:45+00:00</updated>
<author>
<name>Jason Evans</name>
<email>jasone@canonware.com</email>
</author>
<published>2017-01-03T16:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_jemalloc_new/commit/?id=0f04bb1d6fc27c7fa5f6268d045c78bdc600ff65'/>
<id>0f04bb1d6fc27c7fa5f6268d045c78bdc600ff65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Uniformly cast mallctl[bymib]() oldp/newp arguments to (void *).</title>
<updated>2016-11-15T23:01:03+00:00</updated>
<author>
<name>Jason Evans</name>
<email>jasone@canonware.com</email>
</author>
<published>2016-11-15T23:01:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_jemalloc_new/commit/?id=8a4528bdd16eee1b1c00c4305ee246568d382b0a'/>
<id>8a4528bdd16eee1b1c00c4305ee246568d382b0a</id>
<content type='text'>
This avoids warnings in some cases, and is otherwise generally good
hygiene.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids warnings in some cases, and is otherwise generally good
hygiene.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add packing test, which verifies stable layout policy.</title>
<updated>2016-11-15T21:08:33+00:00</updated>
<author>
<name>Jason Evans</name>
<email>jasone@canonware.com</email>
</author>
<published>2016-11-15T07:29:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_external_jemalloc_new/commit/?id=2c951545011f201c89765b9ada656e99538d95aa'/>
<id>2c951545011f201c89765b9ada656e99538d95aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
