History log of /haiku-fatelf/src/system/boot/loader/heap.cpp
Revision Date Author Comments
# a173514a 10-Dec-2011 Michael Lotz <mmlr@mlotz.ch>

Revert hrev43459.

This reverts commit c8a48d783c78e1e39c06a102e877d954923f6038.


# c8a48d78 10-Dec-2011 Michael Lotz <mmlr@mlotz.ch>

Same as hrev43457 (- the error) but for the bootloader heap.


# 7cab82a1 01-Dec-2009 Axel Dörfler <axeld@pinc-software.de>

* Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34415 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 943bec12 01-Dec-2009 Axel Dörfler <axeld@pinc-software.de>

* Made a class out of free_chunk.
* Fixed realloc() - "size" wasn't what I thought it would be.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34412 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3c627a27 01-Dec-2009 Axel Dörfler <axeld@pinc-software.de>

* Reimplemented realloc() to reuse the previous buffer if possible and useful.
* Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34409 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5a150dfe 21-Sep-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Added optional tracing for allocations.
* Lifted hard-coded 64 KB heap limit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27679 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cc3b6f3a 21-Sep-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

malloc() now also logs an error when a request could not be served.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27677 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 96689a5c 27-Dec-2007 Axel Dörfler <axeld@pinc-software.de>

* If DEBUG_ALLOCATIONS is defined, freed memory is now filled with 0xcc,
and it's checked if a chunk is already in the free list, and if any chunk
has an invalid size. It's defined for now.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23171 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9d577c10 27-Dec-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Fixed realloc(). Supplying a NULL pointer crashed. Furthermore, a size
argument value of 0 should only free the old allocation.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15688 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5af32e75 13-Apr-2005 Axel Dörfler <axeld@pinc-software.de>

Renamed src/kernel to src/system.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12359 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a173514ad17cfabf540ceaa07d15cea41eb91f79 10-Dec-2011 Michael Lotz <mmlr@mlotz.ch>

Revert hrev43459.

This reverts commit c8a48d783c78e1e39c06a102e877d954923f6038.


# c8a48d783c78e1e39c06a102e877d954923f6038 10-Dec-2011 Michael Lotz <mmlr@mlotz.ch>

Same as hrev43457 (- the error) but for the bootloader heap.


# 7cab82a1c90f893d33aaebcbea2b47bb8cd232e6 01-Dec-2009 Axel Dörfler <axeld@pinc-software.de>

* Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34415 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 943bec1287603f790edd92afee04eb3ed3557a3c 01-Dec-2009 Axel Dörfler <axeld@pinc-software.de>

* Made a class out of free_chunk.
* Fixed realloc() - "size" wasn't what I thought it would be.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34412 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 3c627a2751d4d0746523155cb280729174b448bb 01-Dec-2009 Axel Dörfler <axeld@pinc-software.de>

* Reimplemented realloc() to reuse the previous buffer if possible and useful.
* Cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34409 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5a150dfe6d9f54a23dc03d89089194b08f214314 21-Sep-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

* Added optional tracing for allocations.
* Lifted hard-coded 64 KB heap limit.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27679 a95241bf-73f2-0310-859d-f6bbb57e9c96


# cc3b6f3a05b882a507d39a83a4fcc8280d3ecb42 21-Sep-2008 Ingo Weinhold <ingo_weinhold@gmx.de>

malloc() now also logs an error when a request could not be served.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27677 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 96689a5cb87b4ac360fbf4b8ad299690f6c60f4b 27-Dec-2007 Axel Dörfler <axeld@pinc-software.de>

* If DEBUG_ALLOCATIONS is defined, freed memory is now filled with 0xcc,
and it's checked if a chunk is already in the free list, and if any chunk
has an invalid size. It's defined for now.
* Minor cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23171 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 9d577c1064758145e1de5072afb86b0294e6f8ff 27-Dec-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Fixed realloc(). Supplying a NULL pointer crashed. Furthermore, a size
argument value of 0 should only free the old allocation.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15688 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 5af32e752606778be5dd7379f319fe43cb3f6b8c 13-Apr-2005 Axel Dörfler <axeld@pinc-software.de>

Renamed src/kernel to src/system.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12359 a95241bf-73f2-0310-859d-f6bbb57e9c96