haiku/headers/private/kernel/util
Tyler Dauwalder 581cfaf2c0 - Added declaration and definition of std::nothrow
- Wrapped everything but #includes in #if _KERNEL_MODE to keep from
  redeclaring/definining operator new and nothrow in userland.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5921 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-06 00:27:34 +00:00
..
AVLTreeMap.h Fixed invalid default argument. Not that the compiler eats the file now... 2003-06-29 19:44:14 +00:00
Constructor.h General object constructor class 2003-06-23 05:56:09 +00:00
DoublyLinkedList.h The iterator was broken. 2003-10-13 03:19:21 +00:00
kernel_cpp.h - Added declaration and definition of std::nothrow 2004-01-06 00:27:34 +00:00
KernelUtilsOrder.h Added a Vector based map implementation. 2003-07-01 20:37:17 +00:00
list.h Moved list.h to the util/ subfolder. (It currently still is in the kernel 2003-09-09 02:09:33 +00:00
MallocFreeAllocator.h Allocator that uses malloc()/free() 2003-06-23 05:55:31 +00:00
SinglyLinkedList.h Switched from <Strategy> to <Value, Strategy = Auto> template paramter format. 2003-09-09 06:25:31 +00:00
syscall_args.h Fixed the usage of CHECK_USER_ADDRESS(). R5 has the inverse memory layout, so we need to adjust the KERNEL_BASE macro when compiling for it. 2003-09-29 18:50:02 +00:00
Vector.h Fixed documentation and a minor issue. 2003-07-01 20:36:11 +00:00
VectorMap.h Added the ImplicitKey entry strategy, which allows the key to be calculated on the fly. 2003-07-02 03:17:43 +00:00
VectorSet.h Fixed documentation and a minor issue. 2003-07-01 20:36:11 +00:00