Funkcje | |
void * | kmalloc (uint32 size, char *name) |
void | kfree (void *ptr) |
void Collection::Mem::kfree | ( | void * | ptr | ) |
Definicja w linii 29 pliku collection.cpp.
Odwołuje się do Collection::collection_heapbox i Memory::Heap::heapbox::free().
Odwołania w Collection::AvlTree< Collection::Tuple2< KeyT, DataT >, tuple2_comparator< KeyT, DataT, cmp > >::operator delete(), Collection::List< Net::outbound_packet >::pop_back(), Collection::List< Net::outbound_packet >::pop_front(), Collection::AvlTree< Collection::Tuple2< KeyT, DataT >, tuple2_comparator< KeyT, DataT, cmp > >::remove() i Collection::AvlTree< Collection::Tuple2< KeyT, DataT >, tuple2_comparator< KeyT, DataT, cmp > >::removeMin().
void * Collection::Mem::kmalloc | ( | uint32 | size, | |
char * | name | |||
) |
Definicja w linii 25 pliku collection.cpp.
Odwołuje się do Collection::collection_heapbox, Memory::Heap::heapbox::malloc() i null.
Odwołania w Collection::AvlTree< Collection::Tuple2< KeyT, DataT >, tuple2_comparator< KeyT, DataT, cmp > >::insert(), Collection::AvlTree< Collection::Tuple2< KeyT, DataT >, tuple2_comparator< KeyT, DataT, cmp > >::operator new(), Collection::List< Net::outbound_packet >::push_back() i Collection::List< Net::outbound_packet >::push_front().