This website requires JavaScript.
Explore
Register
Sign In
i2p
/
haiku-beta6
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
fd0986401e8f77bce13de187194a227a5f092768
haiku-beta6
/
headers
/
private
/
kernel
/
util
T
History
Michael Lotz
dfa4dfe033
Something else that has been laying around for some time. Implemented hash_grow() that can grow a hash table to a new table size. Automatic growing is commented out in hash_insert() since there needs to be a way to disallow growing in certain cases (i.e. where no allocations can be made). This is detailed in the ToDo at the top of the file.
...
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23074 a95241bf-73f2-0310-859d-f6bbb57e9c96
2007-12-06 21:58:06 +00:00
..
AutoLock.h
* Base class of InterruptsLocker was accidentially private.
2007-08-28 02:23:11 +00:00
AVLTreeMap.h
fixed gcc4 build
2007-08-11 19:53:20 +00:00
Constructor.h
…
DoublyLinkedList.h
* The C "struct list" and the C++ DoublyLinkedList implementations had mixed
2007-10-23 10:37:41 +00:00
DoublyLinkedQueue.h
fixed the build; I also changed MoveFrom(), untested
2007-02-28 19:35:57 +00:00
kernel_cpp.h
…
KernelUtilsOrder.h
…
khash.h
Something else that has been laying around for some time. Implemented hash_grow() that can grow a hash table to a new table size. Automatic growing is commented out in hash_insert() since there needs to be a way to disallow growing in certain cases (i.e. where no allocations can be made). This is detailed in the ToDo at the top of the file.
2007-12-06 21:58:06 +00:00
KMessage.h
* Followed Ingo's suggestion and send the message manually in the runtime loader;
2007-07-29 21:36:49 +00:00
kqueue.h
…
list.h
* The C "struct list" and the C++ DoublyLinkedList implementations had mixed
2007-10-23 10:37:41 +00:00
MallocFreeAllocator.h
Revised the AVLTreeMap code:
2007-08-11 14:57:25 +00:00
MultiHashTable.h
axeld+bonefish: Got rid of the ParentType in the HashTableDefinition; it doesn't really
2007-07-31 16:14:58 +00:00
OpenHashTable.h
axeld+bonefish: Got rid of the ParentType in the HashTableDefinition; it doesn't really
2007-07-31 16:14:58 +00:00
queue.h
…
ring_buffer.h
…
SinglyLinkedList.h
…
Stack.h
…
syscall_args.h
* vm.h no longer includes vm_types.h - only those that actually need access
2007-09-27 12:21:33 +00:00
Vector.h
…
VectorMap.h
…
VectorSet.h
…