<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/ipxe.git/src/core/malloc.c, branch v0.9.6</title>
<subtitle>Fork of ipxe; additional commands and features</subtitle>
<id>https://git.openslx.org/openslx-ng/ipxe.git/atom/src/core/malloc.c?h=v0.9.6</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/ipxe.git/atom/src/core/malloc.c?h=v0.9.6'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/'/>
<updated>2008-10-12T00:06:27+00:00</updated>
<entry>
<title>[ioapi] Remove old io.h file and switch all users over to &lt;gpxe/io.h&gt;</title>
<updated>2008-10-12T00:06:27+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2008-10-11T23:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=ee2df1d6d6a83dbe0972835d4f9adfb46a121ef5'/>
<id>urn:sha1:ee2df1d6d6a83dbe0972835d4f9adfb46a121ef5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "malloc attribute changes"</title>
<updated>2007-08-06T01:36:35+00:00</updated>
<author>
<name>Holger Lubitz</name>
</author>
<published>2007-08-06T01:36:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=781547449515fcb66e264d5876e9d05ea49043f4'/>
<id>urn:sha1:781547449515fcb66e264d5876e9d05ea49043f4</id>
<content type='text'>
wasn't meant for my local "master" branch ;)
This reverts commit 373022108ba389fb3d50a3d50f9baf64c6c82171.
</content>
</entry>
<entry>
<title>malloc attribute changes</title>
<updated>2007-08-02T20:42:45+00:00</updated>
<author>
<name>Holger Lubitz</name>
</author>
<published>2007-07-23T15:48:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=373022108ba389fb3d50a3d50f9baf64c6c82171'/>
<id>urn:sha1:373022108ba389fb3d50a3d50f9baf64c6c82171</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Separated out initialisation functions from startup/shutdown functions.</title>
<updated>2007-07-03T22:09:56+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-07-03T22:09:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=89349d7fad252f0b36be4a764369e6dd40a2e692'/>
<id>urn:sha1:89349d7fad252f0b36be4a764369e6dd40a2e692</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed _calloc() to zalloc(), ready to be used as a standalone function.</title>
<updated>2007-06-11T20:36:10+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-06-11T20:36:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=058b20052914ee2b0ccff4a89b71a61bf9d29a27'/>
<id>urn:sha1:058b20052914ee2b0ccff4a89b71a61bf9d29a27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use stdio.h instead of vsprintf.h</title>
<updated>2007-01-19T01:13:12+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-19T01:13:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=73b09ecba6dad0070e106a74eeed4bc388d60e02'/>
<id>urn:sha1:73b09ecba6dad0070e106a74eeed4bc388d60e02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move include/malloc.h to include/gpxe/malloc.h, since everything in there</title>
<updated>2007-01-18T20:11:04+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-18T20:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6d4e37cf42a16c1e0b2393efe4902a2030907dbe'/>
<id>urn:sha1:6d4e37cf42a16c1e0b2393efe4902a2030907dbe</id>
<content type='text'>
is now gPXE-specific.  (The standard malloc() et al have been in stdlib.h
for a while).

Add free memory counter.
</content>
</entry>
<entry>
<title>Don't always zero memory in malloc().  This saves around 2us on a</title>
<updated>2007-01-18T12:54:18+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-18T12:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=35776f481c02caa700369db0e884bd9f7c7d3c0e'/>
<id>urn:sha1:35776f481c02caa700369db0e884bd9f7c7d3c0e</id>
<content type='text'>
full-length PKB allocation.
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2007-01-12T01:37:38+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2007-01-12T01:37:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=6c894c2a2e691d976600385d2015828f6a19b717'/>
<id>urn:sha1:6c894c2a2e691d976600385d2015828f6a19b717</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implemented realloc(), and changed the semantics of malloc(0) to allow</title>
<updated>2006-11-24T16:51:18+00:00</updated>
<author>
<name>Michael Brown</name>
</author>
<published>2006-11-24T16:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/ipxe.git/commit/?id=c4677c7e7351fe141a278004a21d2637b8004980'/>
<id>urn:sha1:c4677c7e7351fe141a278004a21d2637b8004980</id>
<content type='text'>
for realloc(0) being a valid way to free memory.
</content>
</entry>
</feed>
