History log of /haiku/headers/private/kernel/util/MallocFreeAllocator.h (Results 1 – 4 of 4)
Revision Date Author Comments
# f9a8f3e7 05-Jul-2015 Michael Lotz <mmlr@mlotz.ch>

Clean up various whitespace and fix one header guard.


# 25294551 11-Aug-2007 Ingo Weinhold <ingo_weinhold@gmx.de>

Revised the AVLTreeMap code:
* Pulled the actual tree code into a non-templatized class AVLTree to
reduce the amount of code generated each time the template is
instantiated.
* Changed the iterat

Revised the AVLTreeMap code:
* Pulled the actual tree code into a non-templatized class AVLTree to
reduce the amount of code generated each time the template is
instantiated.
* Changed the iterator interface to Java-style.


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

show more ...


# ab608058 23-Jun-2003 Tyler Dauwalder <tylerdauwalder@nowhere.fake>

Allocator that uses malloc()/free()


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


# 2a58d543 15-Aug-2015 Julian Harnath <julian.harnath@rwth-aachen.de>

Merge branch 'master' into app_server